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:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user