Added files for Rocky 9; tried some fixes on Almalinux 9 to stop it from crashing
This commit is contained in:
@ -13,14 +13,18 @@ source "proxmox-iso" "almalinux-9" {
|
||||
template_description = "Almalinux 9.3, generated on ${timestamp()}"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks<enter><wait5m>"]
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/almalinux-9-server.ks<enter><wait5m>"]
|
||||
|
||||
http_directory = "http"
|
||||
http_port_max = "8089"
|
||||
http_port_min = "8080"
|
||||
|
||||
os = "l26"
|
||||
cores = "2"
|
||||
sockets = "1"
|
||||
memory = "2048"
|
||||
disks {
|
||||
disk_size = "10G"
|
||||
disk_size = "30G"
|
||||
storage_pool = "templates"
|
||||
type = "scsi"
|
||||
}
|
||||
|
Reference in New Issue
Block a user