From 8c991b4c5219c52871754e971cb2e0966231634f Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Mon, 31 Jan 2022 12:00:05 +0100 Subject: [PATCH] Update zfs_bootstrap_be.sh --- zfs_bootstrap_be.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_bootstrap_be.sh b/zfs_bootstrap_be.sh index c4d7554..df5eee9 100644 --- a/zfs_bootstrap_be.sh +++ b/zfs_bootstrap_be.sh @@ -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/ada0p3 /dev/gpt/ada1p3 +zpool create -o altroot=/mnt -o cachefile=/var/tmp/zpool.cache -f tank mirror /dev/ada0p3 /dev/ada1p3 # Enable Compression echo "Enabling Compression"