Skip to content

Commit

Permalink
Update debian-vm.sh
Browse files Browse the repository at this point in the history
- add serial0 socket
  • Loading branch information
tteck committed Nov 16, 2023
1 parent c968f07 commit 48f5906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/debian-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \
-boot order=scsi0 \
-serial0 socket \
-description "# Debian 12 VM
### https://github.com/tteck/Proxmox
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null
Expand All @@ -419,3 +420,4 @@ if [ "$START_VM" == "yes" ]; then
msg_ok "Started Debian 12 VM"
fi
msg_ok "Completed Successfully!\n"
echo "More Info at https://github.com/tteck/Proxmox/discussions/1988"

0 comments on commit 48f5906

Please sign in to comment.