15 lines
454 B
HCL
15 lines
454 B
HCL
distro = "fedora"
|
|||
|
|
version = "41"
|
||
|
|
iso = {
|
||
|
|
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/iso/Fedora-Server-dvd-x86_64-41-1.4.iso"
|
||
|
|
checksum = "6037e489103401a6ad4e54a4bcb2df7525693bdc3f2ce4aa895838b65647e551"
|
||
|
|
}
|
||
|
|
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/41/*.cfg"
|
||
|
|
]
|
||
|
|
vbox_os_type = "Fedora_64"
|