3-xen-orchestra-install #4
2
setup.sh
2
setup.sh
@ -229,7 +229,7 @@ function create_pool () {
|
||||
}
|
||||
|
||||
function create_root_dataset () {
|
||||
zfs create -o mountpoint=none -o canmount=off "${zpool_name}"'/root'
|
||||
zfs create -o 'mountpoint=none' -o 'canmount=off' "${zpool_name}"'/root'
|
||||
# zfs set org.zfsbootmenu:commandline="ro quiet" "${zpool_name}"'/root'
|
||||
zfs set org.zfsbootmenu:commandline="ro" "${zpool_name}"'/root'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user