Update ubuntu-vm.sh

fixes https://github.com/tteck/Proxmox/issues/2090
This commit is contained in:
tteckster 2023-11-22 13:00:53 -05:00 committed by GitHub
parent 946114f59e
commit 04a0a412c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \
-ide2 local-lvm:cloudinit \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
-description "# Ubuntu 22.04 VM