15 lines
446 B
HCL
15 lines
446 B
HCL
distro = "fedora"
|
|
version = "42"
|
|
iso = {
|
|
url = "https://ohioix.mm.fcix.net/fedora/linux/releases/42/Server/x86_64/iso/Fedora-Server-netinst-x86_64-42-1.1.iso"
|
|
checksum = "231f3e0d1dc8f565c01a9f641b3d16c49cae44530074bc2047fe2373a721c82f"
|
|
}
|
|
boot_command = [
|
|
"<up>e<down><down><end> ",
|
|
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux <f10>"
|
|
]
|
|
cd_files = [
|
|
"distros/fedora/42/*.cfg"
|
|
]
|
|
vbox_os_type = "Fedora_64"
|