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 = {
url = "https://mirrors.kernel.org/almalinux/9.6/isos/x86_64/AlmaLinux-9.6-x86_64-boot.iso"
checksum = "113521ec7f28aa4ab71ba4e5896719da69a0cc46cf341c4ebbd215877214f661"
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"