show the pool status
This commit is contained in:
parent
d5e6a93db3
commit
e3f3aea9ff
|
@ -91,6 +91,11 @@ zpool create \
|
|||
|
||||
sleep 5
|
||||
|
||||
# show the pool
|
||||
zpool status
|
||||
|
||||
sleep 5
|
||||
|
||||
# create all the volumes
|
||||
zfs create -o mountpoint=legacy zpool/data
|
||||
zfs create -o mountpoint=legacy zpool/nix
|
||||
|
@ -98,6 +103,11 @@ zfs create -o mountpoint=legacy zpool/tmp
|
|||
|
||||
sleep 5
|
||||
|
||||
# show the pool
|
||||
zpool status
|
||||
|
||||
sleep 5
|
||||
|
||||
# prepare install, tmpfs root
|
||||
mount -t tmpfs none /mnt
|
||||
|
||||
|
|
Loading…
Reference in a new issue