Adding software to an existing image

Asked by Rishabh

i have followed all the instructions in video tutorial for kde base then i want to install firefox so i have given command ./lfscript -Bux firefox -i rootfs. It gives an error snap shot (http://www.2shared.com/photo/FAN9s3C0/4-19-2011_8-02-34_AM.html). I want to install dhcpcd also.so tell me the way to install and also tell me whether i can make live cd from fsos2 script. if yes then plz tell.

Question information

Language:
English Edit question
Status:
Solved
For:
LFScript Edit question
Assignee:
No assignee Edit question
Solved by:
Marcel van den Boer
Solved:
Last query:
Last reply:
Revision history for this message
Best Marcel van den Boer (synthehol) said :
#1

Like I told you in Question #143173:

You can NOT install a system multiple times to the SAME image. LFScript does not like to overwrite existing files. LFScript is not a package manager, you can not use it to install software after the initial installation.

However, you CAN install the WHOLE system at ONCE:

- Create an EMPTY image.
- Run ./lfscript -Bux "kdebase firefox dhcpcd" -i rootfs

The script 'fsos2' is used by me to brand the LFScript Live CD. You can use it as well (just add it to the list of software to install: ./lfscript -Bux "kdebase firefox dhcpcd fsos2"), but you may rather want to modify and create your own script for this.

Revision history for this message
Rishabh (rishabh-singh) said :
#2

Thanks Marcel van den Boer, that solved my question.