- Timestamp:
- Mar 21, 2016, 5:45:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3535 r3536 1784 1784 if [ "$ARCH" = "ia64" ] || [ "$BOOT_TYPE" = "UEFI" ]; then 1785 1785 # We just need the EFI dir and the boot image for this case 1786 mkdir -p $MINDI_TMP/mpt2 $MINDI_TMP/mpt/images 1786 mkdir -p $MINDI_TMP/mpt2 $MINDI_TMP/mpt/images $MINDI_TMP/mpt/archives 1787 1787 mount -o loop $MINDI_CACHE/mindi-bootroot.img $MINDI_TMP/mpt2 2>> $LOGFILE 1788 1788 # We need again the kernel+initrd at the root for UEFI boot at least … … 2209 2209 elif [ $dname = "rhel" ] && [ $dver = "7" ]; then 2210 2210 bootbin=`find /boot/efi -iname "grub*.efi" | head -1` 2211 bootconf="$efidir/grub.c onf"2211 bootconf="$efidir/grub.cfg" 2212 2212 boottype=grub2 2213 2213 elif [ $dname = "debian" ] && [ $dver = "8" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.