Update haos_vm.sh

This commit is contained in:
tteckster 2022-01-13 12:07:42 -05:00 committed by GitHub
parent a4169ad504
commit f3bbef78fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -141,9 +141,9 @@ pvesm alloc $STORAGE $VMID $DISK0 128 1>&/dev/null
qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null
qm set $VMID \ qm set $VMID \
-efidisk0 ${DISK0_REF},size=128K \ -efidisk0 ${DISK0_REF},size=128K \
-scsi0 ${DISK1_REF},size=32G > /dev/null -sata0 ${DISK1_REF},size=32G > /dev/null
qm set $VMID \ qm set $VMID \
-boot order=scsi0 > /dev/null -boot order=sata0 > /dev/null
set +o errtrace set +o errtrace
( (
echo -e "${CHECKMARK} \e[1;92m Adding serial port and configuring console... \e[0m" echo -e "${CHECKMARK} \e[1;92m Adding serial port and configuring console... \e[0m"