From f76bfa30378f452c0e3760d36713cce36f41b34b Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 27 Nov 2023 09:48:44 -0500 Subject: [PATCH] Update pimox-haos-vm.sh tweak description --- vm/pimox-haos-vm.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vm/pimox-haos-vm.sh b/vm/pimox-haos-vm.sh index 1cf39709..41e25281 100644 --- a/vm/pimox-haos-vm.sh +++ b/vm/pimox-haos-vm.sh @@ -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 -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -boot order=scsi0 \ + -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"