isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'
authorMichael Prokop <mika@grml.org>
Sat, 21 Feb 2009 13:50:57 +0000 (14:50 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 21 Feb 2009 13:50:57 +0000 (14:50 +0100)
debian/changelog
templates/boot/isolinux/isolinux.cfg
templates/boot/isolinux/syslinux.cfg

index 2e23ca8..a5d1fe2 100644 (file)
@@ -32,8 +32,10 @@ grml-live (0.9.9) unstable; urgency=low
     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
   * instsoft.GRMLBASE: support installation of multiple gpg keys
     via /etc/grml/fai/files/etc/apt/*.key
+  * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
+    Thanks to Thomas Lehmann for the bugreport!
 
- -- Michael Prokop <mika@grml.org>  Sat, 21 Feb 2009 14:37:57 +0100
+ -- Michael Prokop <mika@grml.org>  Sat, 21 Feb 2009 14:50:23 +0100
 
 grml-live (0.9.8) unstable; urgency=low
 
index ef7d541..76e9f26 100644 (file)
@@ -32,7 +32,6 @@ APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live
 
 LABEL grml2ram
 MENU LABEL grml2ram - Copy Squashfs file to RAM
-MENU DEFAULT
 KERNEL /boot/%GRML_NAME%/linux26
 APPEND apm=power-off toram=%GRML_NAME_SQUASHFS% vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
 
index 4772423..b430168 100644 (file)
@@ -32,7 +32,6 @@ APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
 
 LABEL grml2ram
 MENU LABEL grml2ram - Copy Squashfs file to RAM
-MENU DEFAULT
 KERNEL linux26
 APPEND apm=power-off toram=%GRML_NAME_SQUASHFS% vga=791 quiet initrd=initrd.gz boot=live nomce