Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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 mean i dont want to install any new packages i just want a software that makes an iso of my current system without any added package.

share|improve this question
1  
U can try Ubuntu-builder code.google.com/p/ubuntu-builder – blade19899 Sep 18 '12 at 11:00
UCK, NOVO builder – Juzer Ali Sep 18 '12 at 11:04
1  
Relinux, reconstructor,ubuntu builder &uck – Tachyons Sep 18 '12 at 11:05

2 Answers

up vote 4 down vote accepted

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

share|improve this answer

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-builde 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

see
What are PPAs and how do I use them?

share|improve this answer
Ubuntu-builder needs to download packages again and you'll not use the already founded ones in your system so its a bad choice of Remastersys but its great tool (which i tried before) to build from zero – user61928 Oct 12 '12 at 14:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.