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:
parent
0644f96c9f
commit
b97bcb1953
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2009-06-16 James Jarvis <James.Jarvis@ed.ac.uk>
|
||||||
|
|
||||||
* commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
|
* commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
|
||||||
|
|
|
@ -55,7 +55,7 @@ EOF
|
||||||
prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/"
|
prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/"
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
drivemap -s (hd0) \$root
|
drivemap -s (hd0) \${root}
|
||||||
chainloader +1
|
chainloader +1
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue