Increased number of CPU cores available to builds; defined OS type

This commit is contained in:
2024-04-18 11:37:20 -04:00
parent 700bb4dfbd
commit 5883f10ecf
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@ source "proxmox-iso" "almalinux-9" {
boot_command = ["<tab><wait1s>", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks<enter><wait5m>"]
# shutdown_command = "echo 'packer' | sudo -S poweroff"
os = "l26"
cores = "2"
sockets = "1"
memory = "2048"
disks {
disk_size = "10G"