Changeset 3483 in MondoRescue
- Timestamp:
- Nov 15, 2015, 12:33:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3482 r3483 2161 2161 # UEFI 2162 2162 efidir=$bigdir/EFI/BOOT 2163 # Use syslinux.efi as the default boot loader ... but it doesn't work for now :-( 2163 2164 FindSyslinux64EFI 2164 2165 bootbin=$SYSLINUX64EFI 2165 2166 bootconf="$efidir/syslinux.cfg" 2166 2167 # On RHEL6 grub works 2168 dname=`pbdistrocheck | grep -E '^Name:' | cut -d':' -f2` 2169 dver=`pbdistrocheck | grep -E '^Ver:' | cut -d':' -f2` 2170 if [ $dname = "rhel" ] && [ $dver = "6" ]; then 2171 bootbin="grub*.efi" 2172 bootconf="$efidir/grub.conf" 2173 boottype=grub 2174 elif [ $dname = "rhel" ] && [ $dver = "7" ]; then 2175 bootbin="grub*.efi" 2176 bootconf="$efidir/grub.conf" 2177 boottype=grub2 2178 fi 2167 2179 else 2168 2180 # EFI … … 2171 2183 boottype=elilo 2172 2184 bootconf="$efidir/elilo.conf" 2173 2174 2185 fi 2175 2186
Note:
See TracChangeset
for help on using the changeset viewer.