From 400c54b8ee5a762b6f6a4dadcefb98df6c1fd7b0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 21 Feb 2009 14:50:57 +0100 Subject: [PATCH] isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT' --- debian/changelog | 4 +++- templates/boot/isolinux/isolinux.cfg | 1 - templates/boot/isolinux/syslinux.cfg | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e23ca8..a5d1fe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 21 Feb 2009 14:37:57 +0100 + -- Michael Prokop Sat, 21 Feb 2009 14:50:23 +0100 grml-live (0.9.8) unstable; urgency=low diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index ef7d541..76e9f26 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -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 diff --git a/templates/boot/isolinux/syslinux.cfg b/templates/boot/isolinux/syslinux.cfg index 4772423..b430168 100644 --- a/templates/boot/isolinux/syslinux.cfg +++ b/templates/boot/isolinux/syslinux.cfg @@ -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 -- 2.1.4