1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update zfs_bootstrap.sh

This commit is contained in:
John-Paul Bader
2014-05-02 23:08:08 +02:00
parent d92e78d893
commit f5c7183b34

View File

@ -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"