* util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on
FreeBSD.
* util/osdetect.lua: Likewise.
+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.
+
2009-07-05 Bean <bean123ch@gmail.com>
* conf/common.rmk (lua_mode_SOURCES): Add script/lua/lstrlib.c.
*) 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
elseif (grub.file_exist (root .. "kernel.sys")) then
title = "FreeDOS"
elseif (grub.file_exist (root .. "boot/loader") and
- grub.file_exist (root .. "boot/devices.hints")) then
+ grub.file_exist (root .. "boot/device.hints")) then
source = "root (" .. device .. ")\nfreebsd /boot/loader" ..
"\nfreebsd_loadenv /boot/device.hints"
title = "FreeBSD"