]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-16 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Tue, 16 Jun 2009 16:59:32 +0000 (16:59 +0000)
committerfzielcke <fzielcke@localhost>
Tue, 16 Jun 2009 16:59:32 +0000 (16:59 +0000)
* util/grub.d/30_os-prober.in: Use ${root} in the generated
drivemap menuentry.

ChangeLog
util/grub.d/30_os-prober.in

index f3e631c1d4e8767798fdb1f30a22de353bc6ef44..26af878f8059958929ba04a86028704569fdc9e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-16  Felix Zielcke  <fzielcke@z-51.de>
+
+       * util/grub.d/30_os-prober.in: Use ${root} in the generated
+       drivemap menuentry.
+
 2009-06-16  James Jarvis  <James.Jarvis@ed.ac.uk>
 
        * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
index 88c36ce6abd4e632695abdf26d32bbd899e5b6be..552ad8e28b8289d231bb220d5a17064e07d2b08f 100644 (file)
@@ -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