From 1b53efbc2fa85d7a94a078f711620fde436c18d1 Mon Sep 17 00:00:00 2001 From: kevindesl <65752572+kevindesl@users.noreply.github.com> Date: Thu, 17 Dec 2020 17:39:37 -0300 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6649665..97df089 100644 --- a/install.sh +++ b/install.sh @@ -138,8 +138,8 @@ qm importdisk $VMID ${FILE%".gz"} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null qm set $VMID \ -efidisk0 ${DISK0_REF},size=128K \ -sata0 ${DISK1_REF},size=6G > /dev/null -qm set $VMID \ - -boot order=sata0 > /dev/null +# qm set $VMID \ +# -boot order=sata0 > /dev/null # Add serial port and enable console output set +o errtrace