From 04a0a412c4fe8fba780f1cce214136cd82d1a0b8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 22 Nov 2023 13:00:53 -0500 Subject: [PATCH] Update ubuntu-vm.sh fixes https://github.com/tteck/Proxmox/issues/2090 --- vm/ubuntu-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/ubuntu-vm.sh b/vm/ubuntu-vm.sh index d44d404f..9d5f4e17 100644 --- a/vm/ubuntu-vm.sh +++ b/vm/ubuntu-vm.sh @@ -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