Intsall Remastersys in Ubuntu 12.04/14.04/16.04
===================================
Edit the source.list ,Add the following line
# gedit /etc/apt/sources.list
.......
#Remastersys Precise
deb http://ppa.launchpad.net/kranich/remastersys/ubuntu precise main
deb-src http://ppa.launchpad.net/kranich/remastersys/ubuntu precise main
#Remastersys Trusty
deb http://ppa.launchpad.net/kranich/remastersys/ubuntu trusty main
deb-src http://ppa.launchpad.net/kranich/remastersys/ubuntu trusty main
#Remastersys Xenial
deb http://ppa.launchpad.net/kranich/remastersys/ubuntu xenial main
deb-src http://ppa.launchpad.net/kranich/remastersys/ubuntu xenial main
#
OR
# add-apt-repository ppa:kranich/remastersys
# apt-get update
# apt-get install remastersys remastersys-gui
RemasterSYS-CommandLine
------------------------------------------------
# remastersys dist myCustomDistro.iso -------- WithOut Personal Data
# remastersys backup myCustomBackup.iso -------- Full System ISO
Backup: ----This command allows you to clone/backup entire installations including your local settings and home folder. When using this, keep in mind to remove useless files from your home folder which occupy large space (may be movies, music etc), because remastersys make use of “genisoimage” utility, which bounds the size of iso image to be about 4.7 Gigs.
Dist:---- Dist command works similar to backup but it do not include your local settings or home folder, only global settings are kept. Use this to make custom iso’s to distribute to your friends (as the description says).
Distcdfs:---- Using this command will backup all the system files and other things above command will do, but will not make the iso image. This is useful if you want to manually edit things. Just go to remastersys’ working directory (“/home/remastersys” by default) and edit whatever you want/can (do this at your own risk).
Distiso:---- When you have already used “distcdfs” command and made important changes you wanted, run this command to generate the iso file.
For Xubuntu-14.04
==================
# vi /etc/apt/source.list
...
## Remastersys
deb http://ppa.launchpad.net/mutse-young/remastersys/ubuntu trusty main
deb-src http://ppa.launchpad.net/mutse-young/remastersys/ubuntu trusty main
#
# apt-get update
# apt-get install remastersys remastersys-gtk
# apt-get install ubiquity ubiquity-frontend-gtk
$ sudo remastersys backup
OR
$ remastersys-gtk
Note: For Xubuntu14.04
========================
Comment out the line 245 of “/usr/bin/remastersys” beginning with [ “`grep lightdm /etc/X11/default-display-manager`” != “” ]
No Install Icon on RemaserSys LiveBoot
===================================
If you don’t see an install icon on the desktop ,then open TERMINAL ( press CTRL + ALT +T).Now in the terminal just type “ubiquity --desktop %k gtk_ui” and press ENTER key