back to source

This commit is contained in:
2022-01-17 02:06:29 +01:00
parent affd672f4d
commit b1906fa054

View File

@@ -17,6 +17,8 @@ source "proxmox" "ubuntu" {
cores = 1
sockets = 2
os = "l26"
username = "proxmox_user"
password = "tvowyfv9gh23sdfAERtLWav2674"
boot_command = [
"<esc><wait>",
"<esc><wait>",
@@ -48,6 +50,4 @@ build {
type = "proxmox-iso"
name = "packer-ubuntu"
sources = [ "source.proxmox.ubuntu" ]
username = "proxmox_user"
password = "tvowyfv9gh23sdfAERtLWav2674"
}