0

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?

1 Answers1

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

  1. Download GPG key: "http://www.remastersys.com/ubuntu/remastersys.gpg.key"
  2. In terminal type sudo software-center or launch by hand (which is recommended).
  3. Open the "Edit" menu. Open the "Authentication" tab. Click "Import Key File".
  4. Browse For "remastersys.gpg.key" which you previously downloaded, and click "OK".
  5. Open the "Other Software" tab and click "Add". Paste in: deb http://www.remastersys.com/ubuntu precise main.
  6. In terminal type sudo apt-get update
  7. In terminal type sudo apt-get install remastersys
  8. 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 sudo remastersys2

1Source: http://candlelight.any.djun.net/x/1/index.php?topic=827.0
2

Source: http://candlelight.any.djun.net/x/1/index.php?topic=828.0

karel
  • 122,292
  • 133
  • 301
  • 332