# mkdir -p "/mnt/var/cache"
# cp /mnt/bootpool/boot/zfs/zpool.cache /mnt/var/cache
# zpool export "bootpool"
# mkdir -p "/mnt/bootpool/boot/zfs"
# cp /mnt/var/cache/zpool.cache \
/mnt/bootpool/boot/zfs/zpool.cache
# zpool import -o altroot="/mnt" "bootpool"