Try to guess the VG name
This commit is contained in:
		
							parent
							
								
									2596c370a3
								
							
						
					
					
						commit
						97c530fc70
					
				|  | @ -11,8 +11,8 @@ fi | |||
| 
 | ||||
| ## If empty, the script will try to get one with nslookup | ||||
| new_hostname="" | ||||
| ## Volume Group name to use for LVM | ||||
| vgname="${new_hostname}vg" | ||||
| ## Try to guess the VG name by using the last VG detected | ||||
| vgname=$(vgdisplay --short | tail -n 1 | sed 's/.*"\(.*\)" .*/\1/') | ||||
| ## If the script should create extra volume (eg. backup, virt, Proxmox,…) | ||||
| manage_extra_lv=0 | ||||
| ## Colors definition {{{ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue