Updated Alpine patch releases Updated Alma, Debian, Rocky minor releases Updated Arch install media Enabled LEAP 16.0
16 lines
440 B
HCL
16 lines
440 B
HCL
distro = "almalinux"
|
|
version = "9"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso"
|
|
checksum = "3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c"
|
|
}
|
|
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/9/disc/*" ]
|
|
vbox_os_type = "RedHat9_64"
|