Update install.sh

This commit is contained in:
kevindesl 2020-12-17 17:39:37 -03:00 committed by GitHub
parent 00352c8c4e
commit 1b53efbc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,8 +138,8 @@ qm importdisk $VMID ${FILE%".gz"} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null
qm set $VMID \ qm set $VMID \
-efidisk0 ${DISK0_REF},size=128K \ -efidisk0 ${DISK0_REF},size=128K \
-sata0 ${DISK1_REF},size=6G > /dev/null -sata0 ${DISK1_REF},size=6G > /dev/null
qm set $VMID \ # qm set $VMID \
-boot order=sata0 > /dev/null # -boot order=sata0 > /dev/null
# Add serial port and enable console output # Add serial port and enable console output
set +o errtrace set +o errtrace