1

Possible Duplicate:
How to customize live Ubuntu CD?

I want to make a boot CD that when used can run (without installing) an copy of Ubuntu already installed on my system with all the same preferences and programs as the version I am using at the moment.

I am running version 11.10 if it matters.

Ronan
  • 131
  • 4
  • See also http://askubuntu.com/questions/83617/can-i-build-a-ubuntu-iso-from-a-manifest – Panther Jan 23 '12 at 19:44
  • you might look into live-builder: http://live.debian.net/ – kyleN Jan 23 '12 at 19:50
  • This question is not a duplicate as I'm asking for how to make a boot disk from an existing install, whereas the other one is for customising a plain ISO. – Ronan Jan 24 '12 at 14:16

1 Answers1

1

I use Relinux quite often to build a live/installable iso from a preconfigured system, including settings and files in my home folder. Relinux Download page

A little guide to get you going Relinux guide
To keep your settings you will need to run this from terminal cd && sudo cp -r . /etc/skel/ before you make the iso. Any problems, just ask.

Bruno Pereira
  • 73,643
duffydack
  • 7,344