diff --git a/zfs_bootstrap.sh b/zfs_bootstrap.sh index f0f8e57..4b5ce77 100644 --- a/zfs_bootstrap.sh +++ b/zfs_bootstrap.sh @@ -61,7 +61,7 @@ zfs set mountpoint=/ tank # Export and import the Pool zpool export tank -zpool import -o altroot=/mnt -o cachefile=/var/tmp/zpool.cache +zpool import -o altroot=/mnt -o cachefile=/var/tmp/zpool.cache tank # Enable Compression echo "Enabling Compression"