2008-06-21 Robert Millan <rmh@aybabtu.com>
* util/grub.d/00_header.in: Move last prepare_grub_to_access_device() call from here ... * util/grub.d/10_hurd.in: ... to here ... * util/grub.d/10_linux.in: ... and here.
This commit is contained in:
parent
650e1c79b9
commit
76a2bd44b3
4 changed files with 14 additions and 3 deletions
|
@ -63,6 +63,8 @@ if ${all_of_them} && test -e /lib/ld.so.1 ; then : ; else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
prepare_grub_to_access_device ${GRUB_DEVICE}
|
||||
|
||||
cat << EOF
|
||||
menuentry "${OS}" {
|
||||
multiboot ${kernel} root=device:${GRUB_DEVICE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue