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 = "8"
iso = {
url = "https://mirrors.kernel.org/almalinux/8.9/isos/x86_64/AlmaLinux-8.9-x86_64-boot.iso"
checksum = "ab861d80c8b68634f3c16d414a4141759a082548ad7b251d8924675fa09decab"
}
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/*" ]