15 lines
422 B
HCL
15 lines
422 B
HCL
distro = "almalinux"
|
|
version = "8"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/almalinux/8.9/isos/x86_64/AlmaLinux-8.9-x86_64-boot.iso"
|
|
checksum = "ab861d80c8b68634f3c16d414a4141759a082548ad7b251d8924675fa09decab"
|
|
}
|
|
boot_command = [
|
|
"<up>e<wait>",
|
|
"<down><down><end><wait>",
|
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
cd_files = [ "distros/almalinux/8/disc/*" ]
|
|
vbox_os_type = "RedHat8_64"
|