Changeset 3602 in MondoRescue for branches


Ignore:
Timestamp:
Aug 29, 2016, 5:07:37 PM (8 years ago)
Author:
Bruno Cornec
Message:

Adds support for OEL and UEFI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3599 r3602  
    21482148                dname=`pbdistrocheck | grep -E '^Name:' | cut -d':' -f2`
    21492149                dver=`pbdistrocheck | grep -E '^Ver:' | cut -d':' -f2`
    2150                 if [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "6" ]; then
     2150                if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then
    21512151                    boottype=grub
    2152                 elif [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "7" ]; then
     2152                elif [ $dname = "rhel" -o $dname = "centos" $dname = "oel" ] && [ $dver = "7" ]; then
    21532153                    boottype=grub2
    21542154                elif [ $dname = "debian" ] && [ $dver = "8" ]; then
Note: See TracChangeset for help on using the changeset viewer.