Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun.
authorMichael Prokop <mika@grml.org>
Mon, 13 Oct 2008 07:29:53 +0000 (09:29 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 13 Oct 2008 07:29:53 +0000 (09:29 +0200)
debian/changelog
grml-live
templates/boot/grub/menu.lst

index e78e737..0248c98 100644 (file)
@@ -1,3 +1,10 @@
+grml-live (0.9.5) unstable; urgency=low
+
+  * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun.
+    [Closes: issue552]
+
+ -- Michael Prokop <mika@grml.org>  Mon, 13 Oct 2008 09:28:38 +0200
+
 grml-live (0.9.4) unstable; urgency=low
 
   * Update docs (some minor fixes, migration from hg to git,..)
index fcb62c7..393b974 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -14,7 +14,7 @@ export LC_ALL=C
 # exit on any error:
 set -e
 
-GRML_LIVE_VERSION='0.9.4'
+GRML_LIVE_VERSION='0.9.5'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"
index 68b2a61..d7ac453 100644 (file)
@@ -5,7 +5,6 @@
 
 # misc options:
 timeout 30
-root (cd)
 # color red/blue green/black
 splashimage=/boot/grub/splash.xpm.gz
 foreground  = 000000