Improve log messages
This commit is contained in:
		@@ -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."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user