Improve log messages

This commit is contained in:
Joshua Boniface 2021-12-06 15:06:43 -05:00
parent 56d0f90baf
commit 318449d55b
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 yes | pvcreate -ffy ${target_disk}3 >&2
echo "done." echo "done."
echo -n "Creating LVM VG named 'vgx'... " echo -n "Creating LVM VG 'vgx'... "
yes | vgcreate vgx ${target_disk}3 >&2 yes | vgcreate vgx ${target_disk}3 >&2
echo "done." echo "done."