X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=etc%2Finit.d%2Fzfs.lunar;h=4512151c2b664dd56aea176cee0596c08b4d8595;hb=f0b2486034f6a4d8cd1a139ff4604e6b9629a64e;hp=c7aa1edb46e3fa2115f0aa3e0dc60e0dfe3ce731;hpb=712f8bd87b2d3799107e102652875996fa59647b;p=zfs.git diff --git a/etc/init.d/zfs.lunar b/etc/init.d/zfs.lunar index c7aa1ed..4512151 100644 --- a/etc/init.d/zfs.lunar +++ b/etc/init.d/zfs.lunar @@ -13,6 +13,9 @@ case $1 in start) echo "$1ing ZFS filesystems" + # Delay until all required block devices are present. + udevadm settle + if ! grep "zfs" /proc/modules > /dev/null; then echo "ZFS kernel module not loaded yet; loading..."; if ! modprobe zfs; then