* util/grub.d/10_kfreebsd.in: Correct the patch to zpool.cache as it's
always in /boot/zfs. Reported by: Yuta Satoh.
This commit is contained in:
parent
0b716507a1
commit
a4c3ed4c8f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-01-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub.d/10_kfreebsd.in: Correct the patch to zpool.cache as it's
|
||||
always in /boot/zfs.
|
||||
Reported by: Yuta Satoh.
|
||||
|
||||
2013-01-03 Yuta Satoh <nigoro>
|
||||
|
||||
* util/grub.d/10_kfreebsd.in: Fix improper references to grub-probe by
|
||||
|
|
|
@ -122,10 +122,10 @@ EOF
|
|||
zfs)
|
||||
load_kfreebsd_module opensolaris false
|
||||
|
||||
ls "${dirname}/zfs/zpool.cache" > /dev/null
|
||||
ls "/boot/zfs/zpool.cache" > /dev/null
|
||||
printf '%s\n' "${prepare_boot_cache}"
|
||||
sed "s/^/$submenu_indentation/" << EOF
|
||||
kfreebsd_module ${rel_dirname}/zfs/zpool.cache type=/boot/zfs/zpool.cache
|
||||
kfreebsd_module $(make_system_path_relative_to_its_root /boot)/zfs/zpool.cache type=/boot/zfs/zpool.cache
|
||||
EOF
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue