[2333] 2009-06-16 Felix Zielcke <[email protected]>

Felix Zielcke <[email protected]> Tue, 16 Jun 2009 16:59:33 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2333
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2333
Author:   fzielcke
Date:     2009-06-16 16:59:32 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
2009-06-16  Felix Zielcke  <[email protected]>

	* util/grub.d/30_os-prober.in: Use ${root} in the generated
	drivemap menuentry.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/grub.d/30_os-prober.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-16 16:06:49 UTC (rev 2332)
+++ trunk/grub2/ChangeLog	2009-06-16 16:59:32 UTC (rev 2333)
@@ -1,3 +1,8 @@
+2009-06-16  Felix Zielcke  <[email protected]>
+
+	* util/grub.d/30_os-prober.in: Use ${root} in the generated
+	drivemap menuentry.
+
 2009-06-16  James Jarvis  <[email protected]>
 
 	* commands/help.c GRUB_MOD_INIT(echo): Fix the help output of

Modified: trunk/grub2/util/grub.d/30_os-prober.in
===================================================================
--- trunk/grub2/util/grub.d/30_os-prober.in	2009-06-16 16:06:49 UTC (rev 2332)
+++ trunk/grub2/util/grub.d/30_os-prober.in	2009-06-16 16:59:32 UTC (rev 2333)
@@ -55,7 +55,7 @@
       prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/"
 
       cat << EOF
-	drivemap -s (hd0) \$root
+	drivemap -s (hd0) \${root}
 	chainloader +1
 }
 EOF