diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index d535b99a..005e2ef9 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -429,9 +429,12 @@ qm set $VMID \ -efidisk0 ${DISK0_REF}${FORMAT} \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=32G \ -boot order=scsi0 \ - -description "# Home Assistant OS -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # Home Assistant OS + + +
" >/dev/null msg_ok "Created HAOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Home Assistant OS VM"