2010-08-08 Robert Millan <rmh@gnu.org>

Fix grub-probe invocation.
	
	* util/grub.d/10_kfreebsd.in: s/label/fs_label/g.
This commit is contained in:
Robert Millan 2010-08-08 15:45:33 +02:00
parent d3dd9e80f6
commit 55dd292477
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-08-08 Robert Millan <rmh@gnu.org>
Fix grub-probe invocation.
* util/grub.d/10_kfreebsd.in: s/label/fs_label/g.
2010-08-04 Robert Millan <rmh@gnu.org>
* configure.ac: Remove checks for getfsstat() and getmntany().

View File

@ -125,7 +125,7 @@ while [ "x$list" != "x" ] ; do
esac
case ${GRUB_FS} in
zfs) kfreebsd_device=$(grub-probe -t label --device ${GRUB_DEVICE}) ;;
zfs) kfreebsd_device=$(grub-probe -t fs_label --device ${GRUB_DEVICE}) ;;
*) kfreebsd_device=${GRUB_DEVICE} ;;
esac