mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update pimox-haos-vm.sh
tweak description
This commit is contained in:
		@@ -314,10 +314,13 @@ qm set $VMID \
 | 
			
		||||
  -efidisk0 ${DISK0_REF},efitype=4m,size=64M \
 | 
			
		||||
  -scsi0 ${DISK1_REF},size=32G >/dev/null
 | 
			
		||||
qm set $VMID \
 | 
			
		||||
  -boot order=scsi0 >/dev/null
 | 
			
		||||
qm set $VMID -description "# PiMox HAOS
 | 
			
		||||
### https://github.com/tteck/Proxmox
 | 
			
		||||
[](https://ko-fi.com/D1D7EP4GF)" >/dev/null
 | 
			
		||||
  -boot order=scsi0 \
 | 
			
		||||
  -description "<div align='center'><a href='https://Helper-Scripts.com'><img src='https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo-81x112.png'/></a>
 | 
			
		||||
 | 
			
		||||
  # Home Assistant OS
 | 
			
		||||
 | 
			
		||||
  <a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-blue' /></a>
 | 
			
		||||
  </div>" >/dev/null
 | 
			
		||||
msg_ok "Created HAOS VM ${CL}${BL}(${HN})"
 | 
			
		||||
if [ "$START_VM" == "yes" ]; then
 | 
			
		||||
  msg_info "Starting Home Assistant OS VM"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user