From 23a6a0f74bcd4f87bc890e600f43565fda13ea3d Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Wed, 21 Mar 2007 15:46:55 +0100 Subject: [PATCH] fix for booting memtest86+ over pxelinux --- debian/changelog | 6 ++++++ templates/grub-pxelinux_config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d974bc9..ad5e4ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-terminalserver (0.85) unstable; urgency=low + + * fix for booting memtest86+ over pxelinux + + -- Michael Gebetsroither Wed, 21 Mar 2007 15:46:08 +0100 + grml-terminalserver (0.84) unstable; urgency=low * linuxrc: tab cleanup diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index 7f15645..249fbbf 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -119,7 +119,7 @@ KERNEL linux26 APPEND $pxe_def_boot_args_ $no_fb_args_ LABEL memtest KERNEL memtest -APPEND initrd= +APPEND fix EOT -- 2.1.4