* util/grub.d/10_freebsd.in: Use an absolute device path for
`vfs.root.mountfrom'. Set `vfs.root.mountfrom.options=rw'.
+2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
+
+ * util/grub.d/10_freebsd.in: Use an absolute device path for
+ `vfs.root.mountfrom'. Set `vfs.root.mountfrom.options=rw'.
+
2009-08-06 Felix Zielcke <fzielcke@z-51.de>
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
devices_rel_dirname=`make_system_path_relative_to_its_root $devices_dirname`
fi
- root_device=`basename ${GRUB_DEVICE}`
-
# For "ufs" it's the same. Do we care about the others?
kfreebsd_fs=${GRUB_FS}
EOF
fi
cat << EOF
- set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
+ set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${GRUB_DEVICE}
+ set FreeBSD.vfs.root.mountfrom.options=rw
}
EOF
fi