Improve log messages
This commit is contained in:
parent
56d0f90baf
commit
318449d55b
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in New Issue