From 418933cb46a3bd66a0c9523bff2d15d7b872d48d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 13 Oct 2008 09:29:53 +0200 Subject: [PATCH] Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. --- debian/changelog | 7 +++++++ grml-live | 2 +- templates/boot/grub/menu.lst | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e78e737..0248c98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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,..) diff --git a/grml-live b/grml-live index fcb62c7..393b974 100755 --- 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)" diff --git a/templates/boot/grub/menu.lst b/templates/boot/grub/menu.lst index 68b2a61..d7ac453 100644 --- a/templates/boot/grub/menu.lst +++ b/templates/boot/grub/menu.lst @@ -5,7 +5,6 @@ # misc options: timeout 30 -root (cd) # color red/blue green/black splashimage=/boot/grub/splash.xpm.gz foreground = 000000 -- 2.1.4