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


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

--

Legend:

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

    v1 v1  
     1= 2011-10-13 =
     2
     3== Ezilla Installer CD ==
     4
     5{{{
     6#!diff
     7diff -Nur cd_org/isolinux/menu.cfg ezilla_cd/isolinux/menu.cfg
     8--- cd_org/isolinux/menu.cfg    2011-06-28 21:00:43.000000000 +0800
     9+++ ezilla_cd/isolinux/menu.cfg 2011-10-13 15:50:24.000000000 +0800
     10@@ -4,24 +4,3 @@
     11 menu title Installer boot menu
     12 include stdmenu.cfg
     13 include txt.cfg
     14-include amdtxt.cfg
     15-include gtk.cfg
     16-include amdgtk.cfg
     17-menu begin advanced
     18-       menu title Advanced options
     19-       include stdmenu.cfg
     20-       label mainmenu
     21-               menu label ^Back..
     22-               menu exit
     23-       include adtxt.cfg
     24-       include amdadtxt.cfg
     25-       include adgtk.cfg
     26-       include amdadgtk.cfg
     27-       include dtmenu.cfg
     28-menu end
     29-label help
     30-       menu label ^Help
     31-       text help
     32-   Display help screens; type 'menu' at boot prompt to return to this menu
     33-       endtext
     34-       config prompt.cfg
     35diff -Nur cd_org/isolinux/stdmenu.cfg ezilla_cd/isolinux/stdmenu.cfg
     36--- cd_org/isolinux/stdmenu.cfg 2011-06-28 21:00:43.000000000 +0800
     37+++ ezilla_cd/isolinux/stdmenu.cfg      2011-10-13 15:53:54.000000000 +0800
     38@@ -1,4 +1,4 @@
     39-menu background splash.png
     40+menu background ezilla.png
     41 menu color title       * #FFFFFFFF *
     42 menu color border      * #00000000 #00000000 none
     43 menu color sel         * #ffffffff #76a1d0ff *
     44diff -Nur cd_org/isolinux/txt.cfg ezilla_cd/isolinux/txt.cfg
     45--- cd_org/isolinux/txt.cfg     2011-06-28 21:00:43.000000000 +0800
     46+++ ezilla_cd/isolinux/txt.cfg  2011-10-13 16:07:58.000000000 +0800
     47@@ -1,6 +1,6 @@
     48 default install
     49 label install
     50-       menu label ^Install
     51+       menu label ^Install Ezilla
     52        menu default
     53        kernel /install.386/vmlinuz
     54-       append vga=788 initrd=/install.386/initrd.gz -- quiet
     55+       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
     56}}}