Skip to content

Commit

Permalink
system: import ZFS pools before mounting ZFS datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 24, 2022
1 parent 1eedeb9 commit 51bdcb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/rc
Expand Up @@ -152,6 +152,7 @@ done

if kldstat -qm zfs; then
mount -uw /
zpool import -Na
zfs mount -va
# maybe there is a mountpoint in fstab
# that requires ZFS to be fully set up
Expand Down

0 comments on commit 51bdcb6

Please sign in to comment.