Page 1 of 2

How do I make a custom LiveCD?

Posted: 30 Apr 2016, 13:55
by jeff4892
I have installed Porteus on a USB drive and have customized it there with persistence so I have all my settings the way I want them. How do I now create a Live CD so I have it on a CD and not on a USB?

Re: How do I make a custom LiveCD?

Posted: 30 Apr 2016, 14:57
by Bogomips
Welcome to Porteus.
Open IsoMaster from Multimedia menu entry. Copy relevant directories and files from usb. Ensure the iso image is bootable, then burn to CD. Off the top of my head, something to get you started with, if no one comes up with something better. :)

Re: How do I make a custom LiveCD?

Posted: 30 Apr 2016, 20:17
by francois

Re: How do I make a custom LiveCD?

Posted: 30 Apr 2016, 22:02
by Evan
<removed>

Re: How do I make a custom LiveCD?

Posted: 30 Apr 2016, 23:25
by Bogomips
^ Was aware of the above mentioned script. However not having used it, but preferring a GUI in this instance, could not in all fairness put it forward, as being something I knew would work, having used it in just this type of situation. :(

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 04:00
by jeff4892
OK. I'm new to this type of stuff so I'll try and beat my way through it and hopefully figure it out. I appreciate everyone's help!

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 11:02
by francois
Frankly, the make_iso.sh seems so simple that you should have a try. Thanks for remembering me. I work on hdd manly and seldom on usb..

What is the intended use. You really work with CDs?

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 17:12
by brokenman
Can't that be used for the USB Live version?
Yes it can. Make the ISO then burn it to disk. Keep in mind your persistence won't work since you will be booting from non-writable media.

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 17:43
by fanthom
@jeff4892
As far as i remember you can still use your customized save.dat on a CD if you add 'changes-ro' cheatcode:
http://www.porteus.org/component/conten ... -them.html

Sample parameters in porteus.cfg:

Code: Select all

changes=/porteus/save.dat changes-ro
That should give you your usb session saved on optical media. Of course updates wont be possible.

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 21:56
by Evan
<removed>

Re: How do I make a custom LiveCD?

Posted: 01 May 2016, 22:16
by Ed_P
Evan wrote:are these the same or different? :%) :crazy: :)
Different.

Re: How do I make a custom LiveCD?

Posted: 02 May 2016, 00:13
by Evan
<removed>

Re: How do I make a custom LiveCD?

Posted: 02 May 2016, 01:26
by brokenman
Will it still save any changes to the current desktop session both by the user or any persistence that has currently been loaded for personal settings?
If those changes have been saved either into a save.dat file or put into a module then the changes (already made) will persist but you won't be able to save any other changes onto the disk. I think what you want to do is setup Porteus how you like it and then burn the resulting ISO onto a disk yes?

If that's the case then boot into always fresh mode and make all your changes how you like them, then save the session to a module. This can be done either via the GUI (porteus-settings-centre) or from a root console: dir2xzm /mnt/live/memory/changes /path/somewhere/out/of/aufs/mychanges.xzm
The path somewhere out of aufs should be onto a real drive somewhere.

If you then place the created mychanges.xzm into your modules folder, generate your ISO, burn to disk then all subsequent boots will have the changes you made.

Re: How do I make a custom LiveCD?

Posted: 02 May 2016, 01:43
by Evan
<removed>

Re: How do I make a custom LiveCD?

Posted: 02 May 2016, 22:47
by brokenman
Yes, if the module is in the modules folder it will load into RAM. If you are going to use Porteus full time then why not install it on your hard drive?