Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@leo-ZJQlmh • Oct 13, 2010
Hi Mohit open terminal and type
$ cd /etc/apt/ "PRESS ENTER"
$ sudo gedit sources.list
Now add following lines to sources list
# Remastersys
# deb #-Link-Snipped-# karmic/
save and close file.
Again open terminal and type,
$ sudo apt-get install update
$ sudo apt-get install remastersys
To make a installable OS type
$ sudo remastersys dist
this will create a installable custom.iso in your home folder
burn on disk and your OS is ready.
If you have installed applications on your system by
"sudo apt-get install"
then applications will be available in your customised distro but *.deb files will be not. To take backup of all *.deb files open terminal and type
$ cd /var/cache/apt/archives/
then type
$ sudo cp *.deb (Specify folder destination)
burn them on disk or save on HDD and keep it as backup.
Happy Computing. -
@leo-ZJQlmh • Oct 13, 2010
Hey buddy that link changes to index of site, note that it should be link not the index, copy link not index. -
@reya-SMihdC • Oct 13, 2010
thanks you so much for the useful info😀 -
@reya-SMihdC • Oct 14, 2010
@mohit Is it possible to create a bootable cd of windows with the help of my installed Windows OS in my system??