I'd like to repackage an install of Ubuntu into an ISO to install it on other systems as OEM with the packages I have installed?
Asked
Active
Viewed 691 times
1 Answers
0
Remastersys is a backup tool that can be used to make an installation iso from an Ubuntu install, including all programs and changes you've made in the generated iso. Remastersys is a dead project, but the precise repository is compatible with Ubuntu 13.04. Remastersys iso files will not boot in UEFI. The GUI is very user friendly and easy to figure out.
How To Install Remastersys:1
- Download GPG key: "http://www.remastersys.com/ubuntu/remastersys.gpg.key"
- In terminal type
sudo software-centeror launch by hand (which is recommended). - Open the "Edit" menu. Open the "Authentication" tab. Click "Import Key File".
- Browse For "remastersys.gpg.key" which you previously downloaded, and click "OK".
- Open the "Other Software" tab and click "Add". Paste in:
deb http://www.remastersys.com/ubuntu precise main. - In terminal type
sudo apt-get update - In terminal type
sudo apt-get install remastersys - In terminal type
sudo apt-get install remastersys-gui
How To Run Remastersys With GUI: In terminal type sudo remastersys-gui
How To Run Remastersys: In terminal type 1Source: http://candlelight.any.djun.net/x/1/index.php?topic=827.0sudo remastersys2
2
karel
- 122,292
- 133
- 301
- 332