You can install Remastersys in Ubuntu 12.04

As root - issue

'sudo su'

in the terminal window prior to the following command.

wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -

sudo gedit /etc/apt/sources.list

Add the following line

#Remastersys Precise

deb http://www.remastersys.com/ubuntu precise main

Now open the terminal and type

sudo apt-get update && sudo apt-get install remastersys remastersys-gui

Here is the screenshot

As root - issue

'sudo su' 

in the terminal window prior to the following command.

wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -
 
sudo gedit /etc/apt/sources.list

Add the following line

#Remastersys Precise
deb http://www.remastersys.com/ubuntu precise main

Now open the terminal and type

sudo apt-get update && sudo apt-get install remastersys remastersys-gui

Here is the screenshot

You can install Remastersys in Ubuntu 12.04_第1张图片

http://askubuntu.com/questions/133272/how-do-i-install-remastersys

使用Remastersys
为了学习怎样能够使用remastersys,首先要运行该软件,其代码是:
sudo remastersys
remastersys的语法结构:
sudo remastersys backup|clean|dist [cdfs|iso] [filename.iso]
使用remastersys的例子
1)为了将你的系统备份制成一个live cd/dvd
sudo remastersys backup
2) 为了将你的系统备份制成一个live cd/dvd其名叫 custom.iso 的ISO文件.
sudo remastersys backup custom.iso
3)为了清除由 remastersys产生的临时文件
sudo remastersys clean
4) 为了产生一个可发布又包括你的个人资料的 livecd/dvd 
sudo remastersys dist
5) 为了产生一个只有档案系统的可发布的 livecd/dvd 
sudo remastersys dist cdfs
6) 为了产生一个可发布又包括你的个人资料的 livecd/dvd 其名叫 custom.iso的ISO文件:
sudo remastersys dist iso custom.iso
cdfs and iso options should only be used if you wish to modify something on the cd before the iso is created. An example of this would be to modify the isolinux portion of the livecd/dvd
产生一个ISO映像文件
为了产生一个你的安装ISO映像文件,简单的运行其代码:
sudo remastersys dist
它会在/home/remastersys目录产生一个叫” customdist.iso”的ISO映像文件,但没有包括你的个人文件包(e.g. /home/ruchi),在这处理过程中可能需要插入你的安装CD.
下面是记下了一段怎样结束处理:
[...]
92.16% done, estimate finish Wed DEC 28 15:31:25 2007
93.39% done, estimate finish Wed DEC 28 15:31:25 2007
94.62% done, estimate finish Wed DEC 28 15:31:24 2007
95.85% done, estimate finish Wed DEC 28 15:31:24 2007
97.08% done, estimate finish Wed DEC 28 15:31:25 2007
98.31% done, estimate finish Wed DEC 28 15:31:25 2007
99.54% done, estimate finish Wed DEC 28 15:31:25 2007
Total translation table size: 2048
Total rockridge attributes bytes: 3950
Total directory bytes: 9094
Path table size(bytes): 54
Max brk space used 0
406890 extents written (794 MB)
/home/remastersys/customdist.iso 已处理完可以写入CD或在需拟机中测试.
检查/home/remastersys/customdist.iso文件的大小,如在700M内可以写入CD,否则需要DVD.
在你将ISO映像文件写入 CD/DVD,你要清除产生ISO文件时而生成的临时文件,需要运行清除命令,其代码是:
sudo remastersys clean

http://forum.ubuntu.org.cn/viewtopic.php?t=174719

转载于:https://my.oschina.net/xushizhe/blog/318950

你可能感兴趣的:(You can install Remastersys in Ubuntu 12.04)