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 665 times
0
-
1Hello @swiftimundo. Welcome to AskUbuntu. The solution to your question seems to have been discussed in the past as mentioned in my previous comment. I wonder if you are trying something different than what was asked before and if so, do you mind letting us know in order to provide you with the best support for your sole case? Thank you and Good luck! – Geppettvs D'Constanzo Jul 29 '13 at 20:15
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-center
or 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 remastersys
2
2

karel
- 114,770