fix qemu guest agent

This commit is contained in:
2025-11-28 03:06:47 +07:00
parent 835ac13046
commit 6b5ef25a3d
3 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ func createProxmoxVM(config *Config) error {
},
{"qm", "set", fmt.Sprintf("%d", config.VMID),
"--serial0", "socket",
"--vga", "std",
"--vga", "serial0",
},
{"qm", "set", fmt.Sprintf("%d", config.VMID),
"--ipconfig0", "ip=dhcp",