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

15 lines
424 B
HCL
Raw Normal View History

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