Improve log messages

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:57 -04:00
parent de179d2b65
commit eccba97db0
1 changed files with 1 additions and 1 deletions

View File

@ -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."