From eccba97db061c488ef45633851fc0a95db5e8a15 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:57 -0400 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."