Changeset 3555 in MondoRescue


Ignore:
Timestamp:
Apr 9, 2016, 1:25:07 AM (8 years ago)
Author:
Bruno Cornec
Message:

Put BOOTX64 in upper cases to be similar to RHEL6 media - Hopefully will help automatic boot on that distro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3554 r3555  
    22142214            if [ $dname = "rhel" ] && [ $dver = "6" ]; then
    22152215                bootbin=`find /boot/efi -iname "grub*.efi" | head -1`
    2216                 bootconf="$efidir/bootx64.conf"
     2216                bootconf="$efidir/BOOTX64.conf"
    22172217                boottype=grub
    22182218            elif [ $dname = "rhel" ] && [ $dver = "7" ]; then
     
    22332233            # Depending on the arch, the target boot file is different
    22342234            if [ "$ARCH" = "x86_64" ] ; then
    2235                 tgbin="bootx64.efi"
     2235                tgbin="BOOTX64.efi"
    22362236            elif [ "$ARCH" = "armv8" ]; then
    2237                 tgbin="bootaa64.efi"
     2237                tgbin="BOOTAA64.efi"
    22382238            else
    22392239                # i?386
    2240                 tgbin="bootia32"
     2240                tgbin="BOOTIA32"
    22412241            fi
    22422242        else
Note: See TracChangeset for help on using the changeset viewer.