16 lines
451 B
HCL
16 lines
451 B
HCL
distro = "almalinux"
|
|
version = "10"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/almalinux/10.0/isos/x86_64_v2/AlmaLinux-10.0-x86_64_v2-boot.iso"
|
|
checksum = "5571cc6c826300a3d4aff9c2fc5203d03d4762bc5c9955ba061689d1af7867fc"
|
|
}
|
|
boot_command = [
|
|
"<up>e<wait>",
|
|
"<down><down><end><wait>",
|
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
|
" inst.notmux",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
cd_files = [ "distros/almalinux/10/disc/*" ]
|
|
vbox_os_type = "RedHat10_64"
|