From 694f4705e5c070d72076856d98a8fa875644e37a Mon Sep 17 00:00:00 2001 From: Najihel <1873677+Najihel@users.noreply.github.com> Date: Sun, 6 Dec 2020 19:19:47 +0100 Subject: [PATCH] Split options --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0193355..f64ec26 100644 --- a/install.sh +++ b/install.sh @@ -136,7 +136,8 @@ qm create $VMID -agent 1 -bios ovmf -name $VM_NAME -net0 virtio,bridge=vmbr0 \ pvesm alloc $STORAGE $VMID $DISK0 128 1>&/dev/null qm importdisk $VMID ${FILE%".gz"} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null qm set $VMID -efidisk0 ${DISK0_REF},size=128K \ - -sata0 ${DISK1_REF},size=6G -boot order=sata0 > /dev/null + -sata0 ${DISK1_REF},size=6G > /dev/null +qm set $VMID -boot order=sata0 > /dev/null # Add serial port and enable console output set +o errtrace