2009-06-16 Felix Zielcke <fzielcke@z-51.de>

* util/grub.d/30_os-prober.in: Use ${root} in the generated
	drivemap menuentry.
This commit is contained in:
fzielcke 2009-06-16 16:59:32 +00:00
parent 0644f96c9f
commit b97bcb1953
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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