浏览代码

Update debian-vm.sh

- add serial0 socket
tteckster 1 年之前
父节点
当前提交
48f5906246
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vm/debian-vm.sh

+ 2 - 0
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"