Creating Your Own Custom Ubuntu 7.10 Or Linux Mint 4.0 Live-CD With Remastersys
Creating Your Own Custom Ubuntu 7.10 Or Linux Mint 4.0 Live-CD With RemastersysVersion 1.0 This guide shows how you can create a Live-CD from your Ubuntu Gutsy Gibbon or Linux Mint 4.0 system with a tool called remastersys. Remastersys is available in the Linux Mint romeo repository. You can customize your Ubuntu/Linux Mint system and then let remastersys create an iso image of it which you can then burn onto a CD/DVD. I do not issue any guarantee that this will work for you!
1 Installing RemastersysOpen a terminal and become root: sudo su Then add the Linux Mint romeo repository to /etc/apt/sources.list and update the package database: echo "deb http://www.linuxmint.com/repository romeo/" >>/etc/apt/sources.list Afterwards you can install remastersys like this: apt-get install remastersys Then leave the root shell so that you are logged in as your normal user again: exit
2 Remastersys UsageIn order to learn how you can use remastersys, run sudo remastersys It will then print all available options: falko@falko-desktop:~$ sudo remastersys
3 Creating An ISO Image Of Your InstallationTo create an iso image of your installation, simply run sudo remastersys dist This will create an iso image called customdist.iso in the /home/remastersys directory. The dist option makes that your personal folder (e.g. /home/falko) will not be included in the iso image. You might have to insert your Ubuntu/Linux Mint installation CD during the process. This is how the end of the process looks: [...] As I've just mentioned, the iso image has been created in /home/remastersys: ls -l /home/remastersys/ falko@falko-desktop:~$ ls -l /home/remastersys/ Now you can burn /home/remastersys/customdist.iso onto a CD or DVD (if the iso file is bigger than 700MB, you must use a DVD).
4 Cleaning UpAfter you've burnt the iso image onto a CD/DVD, you can run sudo remastersys clean to remove all temporary file created during the iso generation as well as the /home/remastersys directory.
5 Links
|







Recent comments
1 day 8 min ago
1 day 6 hours ago
1 day 10 hours ago
2 days 12 hours ago
2 days 17 hours ago
4 days 13 hours ago
6 days 10 hours ago
1 week 13 hours ago
1 week 1 day ago
1 week 1 day ago