- Timestamp:
- Apr 9, 2016, 1:25:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3554 r3555 2214 2214 if [ $dname = "rhel" ] && [ $dver = "6" ]; then 2215 2215 bootbin=`find /boot/efi -iname "grub*.efi" | head -1` 2216 bootconf="$efidir/ bootx64.conf"2216 bootconf="$efidir/BOOTX64.conf" 2217 2217 boottype=grub 2218 2218 elif [ $dname = "rhel" ] && [ $dver = "7" ]; then … … 2233 2233 # Depending on the arch, the target boot file is different 2234 2234 if [ "$ARCH" = "x86_64" ] ; then 2235 tgbin=" bootx64.efi"2235 tgbin="BOOTX64.efi" 2236 2236 elif [ "$ARCH" = "armv8" ]; then 2237 tgbin=" bootaa64.efi"2237 tgbin="BOOTAA64.efi" 2238 2238 else 2239 2239 # i?386 2240 tgbin=" bootia32"2240 tgbin="BOOTIA32" 2241 2241 fi 2242 2242 else
Note:
See TracChangeset
for help on using the changeset viewer.