Added Alma support

This commit is contained in:
Greg Hellings
2024-01-09 17:57:49 -06:00
parent c2b661c8bf
commit 4caccc6bcf
14 changed files with 403 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
distro = "almalinux"
version = "9"
iso = {
url = "https://mirrors.kernel.org/almalinux/9.3/isos/x86_64/AlmaLinux-9.3-x86_64-boot.iso"
checksum = "af5377a1d16bbe599ea91a8761ad645f2f54687075802bdc0c0703ee610182e9"
}
boot_command = [
"<up>e<wait>",
"<down><down><end><wait>",
" inst.text inst.ks=cdrom:/ks.cfg",
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/almalinux/9/disc/*" ]