Changeset 3905 in MondoRescue for branches/3.3/mindi


Ignore:
Timestamp:
Apr 1, 2025, 10:55:14 AM (4 months ago)
Author:
Bruno Cornec
Message:

add support for UEFI rocky and alma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3889 r3905  
    22072207                if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then
    22082208                    boottype=grub
    2209                 elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver -ge 7 ]; then
     2209                elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" -o $dname = "rocky" $dname = "alma" ] && [ $dver -ge 7 ]; then
    22102210                    boottype=grub2
    22112211                elif [ $dname = "fedora" ] && [ $dver -ge 20 ]; then
Note: See TracChangeset for help on using the changeset viewer.