如何制作ubuntu自定义镜像ISO

# wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{print $2}'`/mondorescue.sources.list
# sh -c "cat mondorescue.sources.list >> /etc/apt/sources.list" 
# apt-get update 
# apt-get install mondo

wget http://security.ubuntu.com/ubuntu/pool/universe/x/xresprobe/xresprobe_0.4.24ubuntu9_amd64.deb dpkg -i xresprobe_*ubuntu9_amd64.deb apt-get install -y dialog casper libdebian-installer4 ubiquity-frontend-debconf user-setup discover apt-get -fy install git clone https://github.com/ch1x0r/LinuxRespin.git

sudo add-apt-repository ppa:sergiomejia666/respin sudo add-apt-repository ppa:sergiomejia666/xresprobe sudo apt-get install xresprobe respin isolinux sudo apt-get install isolinux

参考:https://github.com/ch1x0r/LinuxRespin/blob/master/Draft1-Ubuntu_0226.docx 参考:https://github.com/chamuco/respin