Address: http://www.cnblogs.com/kulin/archive/2012/07/27/Custom_UbuntuLiveCD_Remastersys.html
During the past two days, due to the migration of the Ubuntu platform, we have been installing various software for the Ubuntu system on our computer. During these two days, the kernel was damaged several times, so we had to reinstall the system, after several painful waits, I decided to give it a try to customize my Ubuntu system and make it a CD.
After searching for csdn, I finally found my desired method, haha. Here, I am very grateful to the original author of the software and admire him. remastersys is written by him alone.
This method mainly relies on the tool named remastersys. Of course, I guess that the great gods who wrote this software are also based on a bunch of explanations in English on the official Ubuntu website that I don't understand, catch their own level can students directly go to the official website introduction (https://help.ubuntu.com/community/installcdcustomization? Action = show & redirect = installcdcustomizationhowto ).
The following are detailed steps:
1. Run the terminal and add the Deb http://www.remastersys.com/ubuntu oneiric main to the software source (there is a way in my other log)
2. APT-Get update and install remastersys;
3. sudo remastersys;
4. sudo remasstersy Dist CDFs, and then wait patiently. do not perform operations in disorder here;
5. sudo remastersys Dist ISO filename. ISO. Here, filename is replaced by input.
Success! Find the CD image you want to create in/home/remastersys ~
Appendix: remastersys command details:
Remastersys Syntax: sudo remastersys backup | clean | Dist [CDFs | ISO] [filename. ISO]
1) Make your system backup into a live CD/DVD sudo remastersys backup
2) Back up your system into an ISO file named custom. ISO for live CD/DVD.
Sudo remastersys backup custom. ISO
3) Clear the temporary file sudo remastersys clean generated by remastersys
4) generate a livecd/DVD that can publish and include your personal data
Sudo remastersys Dist
5) generate a livecd/DVD that can only be released by the File System
Sudo remastersys Dist CDFs
6) to generate an ISO file named custom. ISO for livecd/DVD that can publish and include your profile:
Sudo remastersys Dist ISO custom. ISO