Creating LiveCD from current installation

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Creating LiveCD from current installation

Post by rsal »

It is really easy to install Salix and add desired packages using gslapt to new computers. However, if much customization is needed, it may be preferred to have a LiveCD of an existing installation. What is the best method to create a LiveCD of an existing hard disk Salix installation? Will such a live CD also include an installer? Thanks for your help.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Creating LiveCD from current installation

Post by gapan »

No, there is no easy way to do this.
Image
Image
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Re: Creating LiveCD from current installation

Post by rsal »

@gapan : As you hint and as one can see on searching the net, there are some ways but all seem to be difficult needing many manual steps. I will appreciate if you can mention which one method do you prefer.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Creating LiveCD from current installation

Post by djemos »

This was slax approach creating a system of an existing hard disk installation. Such a live system it is only for personal use. And it is not worth the job needed.
Just install the live system and create a file with the files you want e.g. echo file1 file2 file3 > packages
and use slapt-get to install them in all computers. You don't have to use gslapt to choose every file in every computer.
e.g.

Code: Select all

 sudo slapt-get -i  `cat packages`
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Re: Creating LiveCD from current installation

Post by rsal »

Simple yet powerful solution. Thanks.
Post Reply