Added Alma support
This commit is contained in:
@@ -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/*" ]
|
||||
Reference in New Issue
Block a user