16 lines
467 B
HCL
16 lines
467 B
HCL
distro = "almalinux"
|
|
version = "9"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/almalinux/9.4/isos/x86_64/AlmaLinux-9.4-x86_64-boot.iso"
|
|
checksum = "1e5d7da3d84d5d9a5a1177858a5df21b868390bfccf7f0f419b1e59acc293160"
|
|
}
|
|
boot_command = [
|
|
"<up>e<wait>",
|
|
"<down><down><end><wait>",
|
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
|
" console=tty0 console=ttyS0 inst.notmux",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
cd_files = [ "distros/almalinux/9/disc/*" ]
|
|
vbox_os_type = "RedHat9_64"
|