2023-12-06 08:21:32 -08:00
|
|
|
distro = "fedora"
|
2023-08-03 14:44:02 -05:00
|
|
|
version = "37"
|
|
|
|
|
iso = {
|
2023-12-06 08:21:32 -08:00
|
|
|
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Server/x86_64/iso/Fedora-Server-dvd-x86_64-37-1.7.iso"
|
|
|
|
|
checksum = "0a4de5157af47b41a07a53726cd62ffabd04d5c1a4afece5ee7c7a84c1213e4f"
|
2023-08-03 14:44:02 -05:00
|
|
|
}
|
|
|
|
|
boot_command = [
|
|
|
|
|
"<up>e<down><down><end> ",
|
2023-08-11 20:15:50 -05:00
|
|
|
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/x86_64.ks console=tty0<f10>"
|
|
|
|
|
]
|
|
|
|
|
cd_files = [
|
2023-12-06 08:21:32 -08:00
|
|
|
"distros/fedora/37/*.ks"
|
2023-08-03 14:44:02 -05:00
|
|
|
]
|