Ignore:
Timestamp:
Oct 28, 2007, 4:14:48 AM (17 years ago)
Author:
price
Message:

simplify isolinux.cfg.

Once we fix the problem of rebooting with the CD mounted again,
we can remove the prompt, so the user doesn't have to touch the console.
Until then, they need an opportunity to destroy/reboot-without-CD
after the installation finishes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-guest-installer/sipb-xen-guest-installer/files/srv/guest-installer/etch/cdrom.patch

    r218 r222  
    1 diff -Nur cdrom.old/isolinux/isolinux.cfg cdrom/isolinux/isolinux.cfg
    2 --- cdrom.old/isolinux/isolinux.cfg 2007-08-20 16:16:20.000000000 -0400
    3 +++ cdrom/isolinux/isolinux.cfg 2007-10-16 01:04:37.000000000 -0400
    4 @@ -12,7 +12,11 @@
    5  F9 f9.txt
    6  F0 f10.txt
    7 
    8 -DEFAULT install
    9 +DEFAULT sipb-xen-install
    10 +
    11 +LABEL sipb-xen-install
    12 +       kernel /install.amd/vmlinuz
    13 +       append auto=true preseed/file=/cdrom/preseed.cfg priority=critical vga=normal fb=false initrd=/install.amd/initrd.gz --
    14 
    15  LABEL install
    16         kernel /install.amd/vmlinuz
Note: See TracChangeset for help on using the changeset viewer.