What are the Alternatives For RemasterSys?

I need an alternative software of Remastersys since it's not working in my system (Ubuntu 12.04.)

I want software just like remastersys. I don't want to install any new packages, I just want a piece of software that makes an ISO of my current system without any added packages.


Solution 1:

Relinux is the best software to use instead of Remastersys.
Here is a great tutorial how to use.
Download the latest version from launchpad

Solution 2:

Ubuntu Builder is a simple tool to build your own distribution. It allows to download, extract, customize in many ways and rebuild your ubuntu images. You can customize i386 and amd64 images

you can install ubuntu-builder via it code.google site or via ppa

Run these commands in gnome-terminal, to install via ppa

sudo add-apt-repository ppa:f-muriana/ubuntu-builder
sudo apt-get update && sudo apt-get install ubuntu-builder

Further reading:

  • What are PPAs and how do I use them?
  • Are PPA's safe to add to my system and what are some "red flags" to watch out for?
  • Is there any guarantee that software from Launchpad PPAs is free from viruses and backdoor threats?