From 318449d55b1dd707ba4a380bfdd704a7e2471e01 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 6 Dec 2021 15:06:43 -0500 Subject: [PATCH] Improve log messages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4df8666..111f936 100755 --- a/install.sh +++ b/install.sh @@ -479,7 +479,7 @@ echo -n "Creating LVM PV... " yes | pvcreate -ffy ${target_disk}3 >&2 echo "done." -echo -n "Creating LVM VG named 'vgx'... " +echo -n "Creating LVM VG 'vgx'... " yes | vgcreate vgx ${target_disk}3 >&2 echo "done."