From 0fe9d91d38a4c4f7735fa861e6bc4c1241b7a467 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Jul 2022 14:08:12 -0400 Subject: [PATCH] test script --- vm/pimox-haos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/pimox-haos.sh b/vm/pimox-haos.sh index fa00b8cc..d62c3691 100644 --- a/vm/pimox-haos.sh +++ b/vm/pimox-haos.sh @@ -326,7 +326,7 @@ pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \ -efidisk0 ${DISK0_REF},efitype=4m,size=4M \ - -scsi0 ${DISK1_REF},size=6G >/dev/null + -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null #qm resize $VMID scsi0 +26G >/dev/null