Improve log messages
This commit is contained in:
parent
de179d2b65
commit
eccba97db0
|
@ -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