From f5c7183b3487a2b631b58e2142e7f78abf18904a Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Fri, 2 May 2014 23:08:08 +0200 Subject: [PATCH] Update zfs_bootstrap.sh --- zfs_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"