Changes between Version 16 and Version 17 of jazz/preseed_ubuntu


Ignore:
Timestamp:
Oct 27, 2011, 3:21:43 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/preseed_ubuntu

    v16 v17  
    149149 * 接著複製我們想要的 preseed 設定檔到 preseed 目錄下,還有 ISO 背景圖檔(如 ezilla.png)。
    150150{{{
    151 ~$ sudo wget http://ezilla-nchc.sf.net/d-i/squeeze/preseed.cfg -O /opt/cd-image/preseed/ezilla.seed
     151~$ sudo wget http://ezilla-nchc.sf.net/d-i/maverick/preseed.cfg -O /opt/cd-image/preseed/ezilla.seed
    152152~$ sudo wget http://trac.nchc.org.tw/grid/raw-attachment/wiki/jazz/11-10-13/ezilla.png -O /opt/cd-image/isolinux/ezilla.png
    153153}}}
     
    159159BUILD=/opt/cd-image/
    160160
    161 mkisofs -r -V "Ezilla Install CD" \
    162             -cache-inodes \
    163             -J -l -b isolinux/isolinux.bin \
    164             -c isolinux/boot.cat -no-emul-boot \
    165             -boot-load-size 4 -boot-info-table \
     161mkisofs -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 \\
    166166            -o \$IMAGE \$BUILD
    167167EOF