blob: 90a5cbe343de95044137c000ee7edb1272b33793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
zpool set bootfs=jogamp07/system/debian7_01 jogamp07
zpool export jogamp07
zpool import -R /mnt/new jogamp07
zpool set cachefile=/etc/zfs/zpool.cache jogamp07
mkdir -p /mnt/new/etc/zfs
cp -a /etc/zfs/zpool.cache /mnt/new/etc/zfs
|