Changeset 3909 in MondoRescue for branches/3.3/mindi


Ignore:
Timestamp:
May 8, 2025, 5:11:50 PM (5 weeks ago)
Author:
Bruno Cornec
Message:

Fix mindi typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3905 r3909  
    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" -o $dname = "rocky" $dname = "alma" ] && [ $dver -ge 7 ]; then
     2209                elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" -o $dname = "rocky" -o $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.