轉(zhuǎn)載 使用 linux respin 制作自定義 Ubuntu ISO鏡像
respin可以直接將整個(gè)已經(jīng)安裝好的ubuntu系統(tǒng)做成ISO文件,respin的前身remastersys 發(fā)現(xiàn)已經(jīng)不被維護(hù)了,官網(wǎng)網(wǎng)址也都沒(méi)了,仔細(xì)去查資料發(fā)現(xiàn)已經(jīng)被 linux respin替代,支持Ubuntu 14.04,16.04.,GitHub有專(zhuān)人維護(hù)
以下文章參考自
https://github.com/ch1x0r/LinuxRespin
下面以Ubuntu16.04為例
1.先安裝依賴(lài)包
GitHub作者的教程有些麻煩,網(wǎng)上有對(duì)應(yīng)的源地址
添加源地址
sudo add-apt-repository ppa:sergiomejia666/respin
sudo add-apt-repository ppa:sergiomejia666/xresprobe
sudo apt update //需要執(zhí)行,不然無(wú)法搜索到安裝信息
sudo apt install xresprobe
sudo apt install respin
sudo apt install isolinux
2.安裝后命令使用說(shuō)明:
sudo respin backup 直接備份系統(tǒng)生成在iso文件 /home/respin/respin/ 目錄下
sudo respin backup custom.iso 自定義ISO名稱(chēng)
sudo respin clean 清除做好的ISO文件配置
sudo respin dist 制作可分發(fā)的系統(tǒng),只包含系統(tǒng)不包含/home下的資料文件
sudo respin dist cdfs 制作可分發(fā)的系統(tǒng),只包含系統(tǒng)不包含/home下的資料文件
sudo respin dist iso custom.iso 制作可分發(fā)的系統(tǒng),可以自定義ISO名稱(chēng),但需要保證已經(jīng)執(zhí)行了sudo respin dist cdfs