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