Files
vms/distros/fedora/40/amd64.pkrvars.hcl
T
Greg Hellings d16e79b850 Version updates
Retire Alma and Rocky 8
Update Alma/Rocky 9 to 9.4
Retire Fedora 38
Add Fedora 40
2024-06-21 00:05:57 -05:00

15 lines
455 B
HCL

distro = "fedora"
version = "40"
iso = {
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/iso/Fedora-Server-dvd-x86_64-40-1.14.iso"
checksum = "32d9ab1798fc8106a0b06e873bdcd83a3efea8412c9401dfe4097347ed0cfc65"
}
boot_command = [
"<up>e<down><down><end> ",
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg console=tty0<f10>"
]
cd_files = [
"distros/fedora/40/*.cfg"
]
vbox_os_type = "Fedora_64"