Added build files for Rocky and Almalinux 10; updated Rocky and Almalinux 9 to 9.6
This commit is contained in:
@ -10,11 +10,11 @@ variable "proxmox_apitoken" {
|
||||
|
||||
source "proxmox-iso" "rocky-9" {
|
||||
template_name = "rocky-9"
|
||||
template_description = "Rocky Linux 9.5, generated on ${timestamp()}"
|
||||
template_description = "Rocky Linux 9.6, generated on ${timestamp()}"
|
||||
vm_id = "201"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rocky-9-server.ks<enter><wait5m>"]
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rocky-server.ks", "<enter>", "<wait5s>"]
|
||||
|
||||
http_directory = "http"
|
||||
http_port_max = "8089"
|
||||
@ -46,8 +46,8 @@ source "proxmox-iso" "rocky-9" {
|
||||
|
||||
boot_iso {
|
||||
type = "scsi"
|
||||
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:628c069c9685477360640a6b58dc919692a11c44b49a50a024b5627ce3c27d5f"
|
||||
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.6-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067"
|
||||
iso_download_pve = true
|
||||
iso_storage_pool = "iso"
|
||||
unmount = true
|
||||
|
Reference in New Issue
Block a user