ubuntu12.04上安装remastersys过程

来源:互联网 发布:SWAMM软件 编辑:程序博客网 时间:2024/06/04 18:25
#下载密钥
sudo su
wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -

代码:
#添加源
sudo echo 'deb http://www.remastersys.com/ubuntu precise main' >> /etc/apt/sources.list
代码:
#安装命令行、前端
sudo apt-get update --fix-missing
sudo apt-get install remastersys
sudo apt-get install remastersys-gtk

remastersys Examples
1) to make a livecd/dvd backup of your system
sudo remastersys backup   制作一个系统备份
2) to make a livecd/dvd backup and call the iso custom.iso
sudo remastersys backup custom.iso  制作一个系统备份命名为custom.iso
3) to clean up temporary files of remastersys
sudo remastersys clean  清除操作
4) to make a distributable livecd/dvd of your system
sudo remastersys dist  制作一个系统发行版livecd/dvd
5) to make a distributable livecd/dvd filesystem only
sudo remastersys dist cdfs 仅制作一个系统发行版cdfs文件系统
6) to make a distributable iso named custom.iso but only if the cdfs is already present
sudo remastersys dist iso custom.iso 仅当cdfs存在时制作名为custom.iso的发行版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
Creating An ISO Image
To create an iso image of your installation, simply run
sudo remastersys dist
This will create an iso image called customdist.iso in the /home/remastersys directory. The dist option makes that your personal folder (e.g. /home/ruchi) will not be included in the iso image. You might have to insert your Ubuntu installation CD during the process.
This is how the end of the process looks:
[...]
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   51  (2014-07-17) (08:25:22) apt-get purge qtcreator
 
Max brk space used 0
406890 extents written (794 MB)
/home/remastersys/customdist.iso is ready to be burned or tested in a virtual machine.
Check the size and if it is larger than 700MB you will need to burn it to a dvd
796M /home/remastersys/customdist.iso
Clean Up
After you’ve burnt the iso image onto a CD/DVD, you can run
sudo remastersys clean
to remove all temporary file created during the iso generation as well as the /home/remastersys directory.


0 0
原创粉丝点击