From e679048dda521391cccc91c0522c297d5eca480d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 2 Dec 2023 19:56:35 -0500 Subject: [PATCH] Update haos-test.sh --- vm/haos-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos-test.sh b/vm/haos-test.sh index 3afdbaa6..3cccf640 100644 --- a/vm/haos-test.sh +++ b/vm/haos-test.sh @@ -422,7 +422,7 @@ NODE=$(hostname) msg_ok "Extracted KVM Disk Image" msg_info "Creating HAOS VM" qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \ - -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw \virtio-scsi-pci + -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci lvcreate -L 4G -n vm-$VMID-disk-1 $NODE 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \