From 48f59062462c0470d6b2027a228487bbd5d738e1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 16 Nov 2023 10:39:04 -0500 Subject: [PATCH] Update debian-vm.sh - add serial0 socket --- vm/debian-vm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index bd86e7a9..b549f062 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -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 @@ -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"