From b97bcb19530a254fdcd48c5c2d9458488078b23f Mon Sep 17 00:00:00 2001 From: fzielcke Date: Tue, 16 Jun 2009 16:59:32 +0000 Subject: [PATCH] 2009-06-16 Felix Zielcke * util/grub.d/30_os-prober.in: Use ${root} in the generated drivemap menuentry. --- ChangeLog | 5 +++++ util/grub.d/30_os-prober.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f3e631c1d..26af878f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-16 Felix Zielcke + + * util/grub.d/30_os-prober.in: Use ${root} in the generated + drivemap menuentry. + 2009-06-16 James Jarvis * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in index 88c36ce6a..552ad8e28 100644 --- a/util/grub.d/30_os-prober.in +++ b/util/grub.d/30_os-prober.in @@ -55,7 +55,7 @@ EOF prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/" cat << EOF - drivemap -s (hd0) \$root + drivemap -s (hd0) \${root} chainloader +1 } EOF