Page MenuHomeFreeBSD

D50844.diff
No OneTemporary

D50844.diff

diff --git a/libexec/rc/rc.d/mountcritlocal b/libexec/rc/rc.d/mountcritlocal
--- a/libexec/rc/rc.d/mountcritlocal
+++ b/libexec/rc/rc.d/mountcritlocal
@@ -27,6 +27,15 @@
;;
esac
+ while read a b vfstype rest; do
+ if [ "$vfstype" = "zfs" -a "$a" != "#" ]; then
+ # zpool is needed for legacy ZFS
+ echo 'Importing zpools for legacy ZFS'
+ /etc/rc.d/zpool start
+ break
+ fi
+ done < /etc/fstab
+
# Mount everything except nfs filesystems.
startmsg -n 'Mounting local filesystems:'
mount_excludes='no'

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 6, 7:28 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36095985
Default Alt Text
D50844.diff (525 B)

Event Timeline