Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
authorMichael Prokop <mika@grml.org>
Sun, 1 Nov 2009 23:16:02 +0000 (00:16 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 1 Nov 2009 23:16:02 +0000 (00:16 +0100)
debian/changelog
grml-live
templates/boot/grub/grub.cfg

index e94259a..b5840d6 100644 (file)
@@ -1,3 +1,9 @@
+grml-live (0.9.31) UNRELEASED; urgency=low
+
+  * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 02 Nov 2009 00:05:22 +0100
+
 grml-live (0.9.30) unstable; urgency=low
 
   [ Michael Prokop ]
index bef4997..fe21e5a 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.30'
+GRML_LIVE_VERSION='0.9.31-pre1'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'
index c225511..8bb254f 100644 (file)
@@ -24,7 +24,7 @@ menuentry "%GRML_NAME% - release %VERSION% (default)" {
 }
 
 menuentry "Memory test (memtest86+)" {
-    linux   /boot/addons/memtest
+    linux16 /boot/addons/memtest
 }
 
 menuentry "Grub - all in one image" {