2009-07-05 Pavel Roskin <proski@gnu.org>
* util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on FreeBSD. * util/osdetect.lua: Likewise.
This commit is contained in:
parent
b4a1dc7990
commit
46eeb6a264
3 changed files with 9 additions and 3 deletions
|
@ -26,8 +26,8 @@ case "${GRUB_DISTRIBUTOR}" in
|
|||
*) OS="FreeBSD" ;;
|
||||
esac
|
||||
|
||||
if test -e /boot/devices.hints ; then
|
||||
devices=/boot/devices.hints
|
||||
if test -e /boot/device.hints ; then
|
||||
devices=/boot/device.hints
|
||||
fi
|
||||
|
||||
if test -e /boot/kernel/kernel ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue