Files
vms/distros/fedora-35-x86_64.pkrvars.hcl
T
2022-05-04 09:00:17 -05:00

14 lines
496 B
HCL

distro = "fedora"
arch = "x86_64"
version = "35"
iso = {
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Server/x86_64/iso/Fedora-Server-dvd-x86_64-35-1.2.iso"
checksum = "3fe521d6c7b12c167f3ac4adab14c1f344dd72136ba577aa2bcc4a67bcce2bc6"
}
boot_wait = "20s"
boot_command = [
"<up><tab><bs><bs><bs><bs><bs>",
"edd=off net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/35-x86_64.ks console=ttyS0<enter><wait>"
]
ssh_handshake_attempts = 1000