Update haos_vm.sh

This commit is contained in:
tteckster 2022-07-15 12:42:05 -04:00 committed by GitHub
parent dfd547e820
commit ea7902116e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +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"
msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}"