[OpenIndiana-discuss] copying a reference installation to other hosts

Hans J. Albertsson hans.j.albertsson at branneriet.se
Sun Mar 10 13:00:02 UTC 2013


On 2013-03-10 13:27, Hans J. Albertsson wrote:
>
>> #
>> # copy rpool from source machine (passwords needed!)
>> #
>> zpool create -f rpool ${DISK}
>> echo "copying rpool to ${DISK}, wait ...">/dev/console
>> ssh -p 24 -c blowfish-cbc rootcsh@$SOURCE "zfs send 
>> ${SOURCE_FS}@install"|zfs receive -d rpool
> port 24??? Blowfish?
> This should work just as well with an ordinary user with the Primary 
> admin profile
> and prefixing zfs send with pfexec??
> Also, one must first create a snapshot BEname at install of the active??
>

I intended to say and should have said: If I want to use a later state 
of the source image I should set a snapshot at the time I'm done 
configuring it, and refer to that. Right??







More information about the OpenIndiana-discuss mailing list