- Timestamp:
- Mar 21, 2016, 7:14:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3536 r3538 2221 2221 bootconf="$efidir/syslinux.cfg" 2222 2222 fi 2223 2224 # Depending on the arch, the target boot file is different 2225 if [ "$ARCH" = "x86_64" ] ; then 2226 tgbin="bootx64.efi" 2227 elif [ "$ARCH" = "armv8" ]; then 2228 tgbin="bootaa64.efi" 2229 else 2230 # i?386 2231 tgbin="bootia32" 2232 fi 2223 2233 else 2224 2234 # EFI 2225 2235 efidir=$bootdir 2226 2236 bootbin=`find /boot/efi -iname "elilo.efi" | head -1` 2237 tgbin=$bootbin 2227 2238 boottype=elilo 2228 2239 bootconf="$efidir/elilo.conf" … … 2242 2253 fi 2243 2254 mkdir -p $efidir 2244 cp $bootbin $efidir 2255 cp $bootbin $efidir/$tgbin 2245 2256 if [ $mountefi -eq 1 ]; then 2246 2257 umount /boot/efi 2>&1 > /dev/null
Note:
See TracChangeset
for help on using the changeset viewer.