Files
vms/attic/fedora-36-x86_64.pkrvars.hcl
T

11 lines
445 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "fedora"
2022-05-27 01:04:24 -05:00
version = "36"
iso = {
2023-12-06 08:21:32 -08:00
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso"
checksum = "5edaf708a52687b09f9810c2b6d2a3432edac1b18f4d8c908c0da6bde0379148"
2022-05-27 01:04:24 -05:00
}
boot_command = [
"<up><tab><bs><bs><bs><bs><bs>",
2022-06-08 01:39:37 -05:00
"net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/36-x86_64.ks console=ttyS0 console=tty0<enter><wait>"
2022-05-27 01:04:24 -05:00
]