總網頁瀏覽量

搜尋此網誌

2010年4月14日 星期三

Ubuntu make live CD tools

Ubuntu setup Remastersys
1. 系統-->管理-->軟體來源-->其他軟體-->加入deb deb http://www.geekconnection.org/remastersys/repository ubuntu/   
2.終端機 sudo apt-get update
3. 系統-->管理-->synaptic套件管理程式-->搜尋 "remastersys"
4.找到remastersys 標示安裝

??裝好 製作好live cd 會出現 No directory, logging in with HOME=/
不能用 再找方法測試?






Save and exit the file.
Update the source list using the following command
sudo apt-get update
Install remastersys using the following command
sudo apt-get install remastersys
This will complete the installation
Using Remastersys
In order to learn how you can use remastersys, run
sudo remastersys
remastersys Syntax
sudo remastersys backup
clean
dist [cdfsiso] [filename.iso]
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
3) to clean up temporary files of remastersys
sudo remastersys clean
4) to make a distributable livecd/dvd of your system
sudo remastersys dist
5) to make a distributable livecd/dvd filesystem only
sudo remastersys dist 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 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


http://blog.miniasp.com/post/2010/02/Remastersys-for-Ubuntu-9-10-Karmic-Koala.aspx 這裡簡易教學

1.首先在一台機器上灌好 ubuntu 系統,並做好所有的更新和你想要改的設定。

2.接下來就是備份系統到光碟去了,當然是要備份成可以安裝的。
3.這片光碟裡會保留你系統上所有的個人資料,含你的帳密,因此安裝過程中,問你輸入帳密,都是沒用的,只能整個裝好後再去改帳密。
以下是詳細的操作流程:
Remastersys 是做客製化光碟最簡單的做法
1 裝好ubuntu,並改好所有設定和更新
2 安装打包工具,Remastersys
a.編輯此檔,請下指令
sudo gedit /etc/apt/sources.list
b.加入下列兩行:
# Remastersys
deb http://www.remastersys.klikit-linux.com/repository remastersys/
c.請下指令
sudo apt-get update
sudo apt-get install remastersys
3.開始打包
請下指令
sudo remastersys backup custom.iso

1 則留言:

  1. 以上 目前已無法成功安裝 remastersys
    官網提供的資訊
    Where can I get remastersys?
    The Remastersys repository needs to be added to your /etc/apt/sources.list

    Paste the following into the sources.list:

    For Gutsy and Earlier - up to version 2.0.11-1
    # Remastersys
    deb http://www.geekconnection.org/remastersys/repository remastersys/


    For Hardy and Newer with original grub - version 2.0.12-1 and up
    # Remastersys
    deb http://www.geekconnection.org/remastersys/repository ubuntu/

    For Karmic and Newer with grub2 - version 2.0.13-1 and up
    # Remastersys
    deb http://www.geekconnection.org/remastersys/repository karmic/


    Then simply either reload in Synaptic or you can "sudo apt-get update" and install remastersys.

    回覆刪除