14 lines
445 B
HCL
14 lines
445 B
HCL
distro = "fedora"
|
|
version = "38"
|
|
iso = {
|
|
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Server/x86_64/iso/Fedora-Server-dvd-x86_64-38-1.6.iso"
|
|
checksum = "66b52d7cb39386644cd740930b0bef0a5a2f2be569328fef6b1f9b3679fdc54d"
|
|
}
|
|
boot_command = [
|
|
"<up>e<down><down><end> ",
|
|
"net.ifnames=0 <wait>biosdevnames=0 <wait>inst.ks=cdrom:/amd64-ks.cfg <wait>console=tty0<f10>"
|
|
]
|
|
cd_files = [
|
|
"distros/fedora/38/*.cfg"
|
|
]
|