Installation and Live CD problems

Asked by Rishabh

i have build xorg and firefox when i want to build an image by the command
dd if=/dev/<partition> of=sources/rootfs-$(uname -m).img
the time increases very much and it takes about more than 5 hours and finally i have to finally abort the process
and when i use dd if=/dev/zero of=sources/rootfs-$(uname -m).img bs=256M count=12 then the image is of 3 GB was made
after executing the command ./lfscript -Bux "wget nano" -i rootfs
it only install only the single package example nano after if i use the command ./lfscript -Bux "wget xorg" -i rootfs on the same system on which i have previously installed xorg.
It results in error such as unexpected error occured commands returns 1
i have done it on 16GB hard disk and on 64GB hard disk
please reply soon.......

Question information

Language:
English Edit question
Status:
Answered
For:
LFScript Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Marcel van den Boer (synthehol) said :
#2

(This question expired a few months ago, but for completeness I'll add a delayed answer)

The command:

dd if=/dev/<partition> of=sources/rootfs-$(uname -m).img

creates an image of a whole partition and is not recommended, because if you have a partition of many GB, this will indeed take of course a very long time...

Also, running an installation twice on the same file system results in errors because it should not be done :)
You can not add packages to an existing installed system. LFScript is (at the moment) not a package manager. Currently, LFScript can only install a single complete system.
This may change in the future (as LFScript is in active development) but for now you should format the partition, then run ./lfscript and specify ALL packages you want. If you really later want to add packages later, extract them manually (but I recommend a reinstall over this approach).

Revision history for this message
Marcel van den Boer (synthehol) said :
#3

Changing status to Answered.

Can you help with this problem?

Provide an answer of your own, or ask Rishabh for more information if necessary.

To post a message you must log in.