Changes between Version 1 and Version 2 of jazz/11-10-13


Ignore:
Timestamp:
Oct 13, 2011, 4:20:46 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/11-10-13

    v1 v2  
    33== Ezilla Installer CD ==
    44
     5 * Step 1 : 下載 ISO 檔,並將內容拷貝至工作目錄中。記得修改寫入權限,以利後續編輯。
     6{{{
     7~$ cd /tmp
     8/tmp$ wget http://free.nchc.org.tw/debian-cd/6.0.3/i386/iso-cd/debian-6.0.3-i386-businesscard.iso -O /tmp/source.iso
     9/tmp$ mkdir -p /tmp/cd_org
     10/tmp$ mkdir -p /tmp/ezilla_cd
     11/tmp$ sudo mount -o loop /tmp/source.iso /tmp/cd_org
     12/tmp$ sudo cp -rT /tmp/cd_org /tmp/ezilla_cd
     13/tmp$ sudo chmod u+w -R /tmp/ezilla_cd
     14}}}
     15 * Step 2 : 測試 isolinux 的選單修改
    516{{{
    617#!diff
     
    5566+       append auto=true priority=critical vga=788 initrd=/install.386/initrd.gz -- quiet BOOT_IMAGE=/install.i386/vmlinuz url=ezilla-nchc.sf.net netcfg/get_hostname=vm
    5667}}}
     68 * Step 3 : 重新產生安裝光碟 ISO 檔
     69{{{
     70jazz@jazzbook:/tmp$ genisoimage -r -V "ezilla" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o /tmp/ezilla.iso /tmp/ezilla_cd/
     71}}}