Changeset 3541 in MondoRescue for branches


Ignore:
Timestamp:
Mar 24, 2016, 1:27:40 AM (8 years ago)
Author:
Bruno Cornec
Message:

For grub 0.9 the conf file for UEFI mode needs to be called bootx64.conf (tested on RHEL6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3540 r3541  
    22052205            if [ $dname = "rhel" ] && [ $dver = "6" ]; then
    22062206                bootbin=`find /boot/efi -iname "grub*.efi" | head -1`
    2207                 bootconf="$efidir/grub.conf"
     2207                bootconf="$efidir/bootx64.conf"
    22082208                boottype=grub
    22092209            elif [ $dname = "rhel" ] && [ $dver = "7" ]; then
Note: See TracChangeset for help on using the changeset viewer.