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 11:27:11 +01:00
committed by GitHub
parent 07ba0bfd96
commit aa4ae1f887

View File

@ -67,7 +67,7 @@ sysctl vfs.zfs.min_auto_ashift=12
# Create ZFS Pool
echo "Create ZFS Pool"
zpool create -o altroot=/mnt -o cachefile=/var/tmp/zpool.cache -f tank mirror /dev/gpt/disk0 /dev/gpt/disk1
zpool create -o altroot=/mnt -o cachefile=/var/tmp/zpool.cache -f tank mirror /dev/gpt/ada0p3 /dev/gpt/ada1p3
# Enable Compression
echo "Enabling Compression"