Update haos_vm.sh

This commit is contained in:
tteckster 2022-05-21 18:57:42 -04:00 committed by GitHub
parent 26d922f837
commit b38e54392d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},size=32G >/dev/null
qm set $VMID \
-boot order=scsi0 >/dev/null
qm set $VMID --delete local-lvm:vm-$VMID-disk-2
msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}"
if [ "$START_VM" == "yes" ]; then