Changeset 3609 in MondoRescue for branches/3.2/mindi


Ignore:
Timestamp:
Oct 27, 2016, 12:01:25 AM (7 years ago)
Author:
Bruno Cornec
Message:

Adds UEFI support for Fedora in mindi using grub2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3608 r3609  
    21522152                    boottype=grub
    21532153                elif [ $dname = "rhel" -o $dname = "centos" $dname = "oel" ] && [ $dver = "7" ]; then
     2154                    boottype=grub2
     2155                elif [ $dname = "fedora" ] && [ $dver >= 20 ]; then
    21542156                    boottype=grub2
    21552157                elif [ $dname = "debian" ] && [ $dver = "8" ]; then
Note: See TracChangeset for help on using the changeset viewer.