1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update zfs_bootstrap_be.sh

This commit is contained in:
John-Paul Bader
2022-01-31 14:34:41 +01:00
committed by GitHub
parent 8c991b4c52
commit 233e8d3eaa

View File

@ -172,4 +172,8 @@ done
chown -R 1001:1001 /mnt/home/$USERNAME/.ssh chown -R 1001:1001 /mnt/home/$USERNAME/.ssh
# Disabling auto mount of default boot environment otherwise it will overlay future environments which
# will prevent the new environment from booting successfully
zfs set canmount=noauto tank/ROOT/default
echo "Done" echo "Done"