Files
vms/distros/fedora/40/amd64.pkrvars.hcl
T

15 lines
455 B
HCL
Raw Normal View History

2024-06-21 00:05:57 -05:00
distro = "fedora"
version = "40"
iso = {
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/iso/Fedora-Server-dvd-x86_64-40-1.14.iso"
checksum = "32d9ab1798fc8106a0b06e873bdcd83a3efea8412c9401dfe4097347ed0cfc65"
}
boot_command = [
"<up>e<down><down><end> ",
2024-07-13 01:33:27 -05:00
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux <f10>"
2024-06-21 00:05:57 -05:00
]
cd_files = [
"distros/fedora/40/*.cfg"
]
vbox_os_type = "Fedora_64"