From b6c6190600c0e42ea7b98f93dcf9b7f672aacbb4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Jul 2022 14:31:11 -0400 Subject: [PATCH] test script --- vm/pimox-haos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/pimox-haos.sh b/vm/pimox-haos.sh index d62c3691..a2d29003 100644 --- a/vm/pimox-haos.sh +++ b/vm/pimox-haos.sh @@ -322,10 +322,10 @@ msg_ok "Extracted Disk Image" msg_info "Creating Pi-HAOS VM" qm create $VMID -bios ovmf -cores $CORE_COUNT -memory $RAM_SIZE -name $VM_NAME -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN \ -onboot 1 -ostype l26 -scsihw virtio-scsi-pci -pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null +pvesm alloc $STORAGE $VMID $DISK0 8M 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \ - -efidisk0 ${DISK0_REF},efitype=4m,size=4M \ + -efidisk0 ${DISK0_REF},efitype=8m,size=8M \ -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null