forked from brl/citadel
dont ask for confirmation to create physical volume
This commit is contained in:
parent
4966a01f76
commit
05744362c5
@ -92,7 +92,7 @@ setup_luks() {
|
||||
}
|
||||
|
||||
setup_lvm() {
|
||||
pvcreate -ff /dev/mapper/e1
|
||||
pvcreate -ff --yes /dev/mapper/e1
|
||||
vgcreate --yes citadel /dev/mapper/e1
|
||||
#pvcreate -ff ${TARGET_LVM}
|
||||
#vgcreate --yes citadel ${TARGET_LVM}
|
||||
|
Loading…
Reference in New Issue
Block a user