From 9fa467647a696dc36e04b5e9fafe051617c5a72d Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 15 Jul 2022 12:55:17 -0400 Subject: [PATCH] Update haos-vm-v3.sh --- vm/haos-vm-v3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm/haos-vm-v3.sh b/vm/haos-vm-v3.sh index a25de7fa..d0f8f49d 100644 --- a/vm/haos-vm-v3.sh +++ b/vm/haos-vm-v3.sh @@ -337,7 +337,8 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null - +qm set $VMID -description "# Home Assistant OS +### https://github.com/tteck/Proxmox" >/dev/null msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}" if [ "$START_VM" == "yes" ]; then