Files
vms/distros/almalinux/9/amd64.pkrvars.hcl
T

16 lines
440 B
HCL
Raw Normal View History

2024-01-09 17:57:49 -06:00
distro = "almalinux"
version = "9"
iso = {
2025-04-01 17:04:21 -05:00
url = "https://mirrors.kernel.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso"
checksum = "3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c"
2024-01-09 17:57:49 -06:00
}
boot_command = [
"<up>e<wait>",
"<down><down><end><wait>",
" inst.text inst.ks=cdrom:/ks.cfg",
2024-07-13 01:33:27 -05:00
" inst.notmux",
2024-01-09 17:57:49 -06:00
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/almalinux/9/disc/*" ]
2024-01-09 22:31:00 -06:00
vbox_os_type = "RedHat9_64"