Add installer and uninstaller script
This commit is contained in:
@@ -197,6 +197,9 @@ func createProxmoxVM(config *Config) error {
|
||||
"--serial0", "socket",
|
||||
"--vga", "serial0",
|
||||
},
|
||||
{"qm", "set", fmt.Sprintf("%d", config.VMID),
|
||||
"--ipconfig0", "ip=dhcp",
|
||||
},
|
||||
}
|
||||
|
||||
// Firewall is now handled as part of the network config (buildNetworkConfig),
|
||||
|
||||
Reference in New Issue
Block a user