Changes between Version 16 and Version 17 of jazz/preseed_ubuntu
- Timestamp:
- Oct 27, 2011, 3:21:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/preseed_ubuntu
v16 v17 149 149 * 接著複製我們想要的 preseed 設定檔到 preseed 目錄下,還有 ISO 背景圖檔(如 ezilla.png)。 150 150 {{{ 151 ~$ sudo wget http://ezilla-nchc.sf.net/d-i/ squeeze/preseed.cfg -O /opt/cd-image/preseed/ezilla.seed151 ~$ sudo wget http://ezilla-nchc.sf.net/d-i/maverick/preseed.cfg -O /opt/cd-image/preseed/ezilla.seed 152 152 ~$ sudo wget http://trac.nchc.org.tw/grid/raw-attachment/wiki/jazz/11-10-13/ezilla.png -O /opt/cd-image/isolinux/ezilla.png 153 153 }}} … … 159 159 BUILD=/opt/cd-image/ 160 160 161 mkisofs -r -V "Ezilla Install CD" \ 162 -cache-inodes \ 163 -J -l -b isolin ux/isolinux.bin\164 -c isolinux/boot.cat -no-emul-boot \ 165 -boot-load-size 4 -boot-info-table \ 161 mkisofs -r -V "Ezilla Install CD" \\ 162 -cache-inodes \\ 163 -J -l -b isolinx/isolinux.bin \\ 164 -c isolinux/boot.cat -no-emul-boot \\ 165 -boot-load-size 4 -boot-info-table \\ 166 166 -o \$IMAGE \$BUILD 167 167 EOF