From 05744362c5571c83c5806550fef946fe2abfa283 Mon Sep 17 00:00:00 2001 From: brl Date: Mon, 22 Jan 2018 22:06:04 -0500 Subject: [PATCH] dont ask for confirmation to create physical volume --- scripts/install_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_image b/scripts/install_image index ce41f65..5fe374f 100755 --- a/scripts/install_image +++ b/scripts/install_image @@ -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}