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" "almalinux-9" {
|
||||
template_name = "almalinux-9"
|
||||
template_description = "Almalinux 9.5, generated on ${timestamp()}"
|
||||
template_description = "Almalinux 9.6, generated on ${timestamp()}"
|
||||
vm_id = "204"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/almalinux-9-server.ks<enter><wait5m>"]
|
||||
boot_command = ["<tab><wait1s>", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/almalinux-server.ks", "<enter>", "<wait5s>"]
|
||||
|
||||
http_directory = "http"
|
||||
http_port_max = "8089"
|
||||
@ -46,8 +46,8 @@ source "proxmox-iso" "almalinux-9" {
|
||||
|
||||
boot_iso {
|
||||
type = "scsi"
|
||||
iso_url = "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c"
|
||||
iso_url = "https://repo.almalinux.org/almalinux/9.6/isos/x86_64/AlmaLinux-9.6-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:113521ec7f28aa4ab71ba4e5896719da69a0cc46cf341c4ebbd215877214f661"
|
||||
iso_download_pve = true
|
||||
iso_storage_pool = "iso"
|
||||
unmount = true
|
||||
|
Reference in New Issue
Block a user