Changeset 3416 in MondoRescue


Ignore:
Timestamp:
Aug 21, 2015, 1:41:19 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • For UEFI boot kernel and initrd are taken at the root of the iso9660 FS and not under the ESP
  • grub 0.97 doesn't seem to recognize its conf file on the ESP, trying on the iso9660 FS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3415 r3416  
    19231923    LogFile "INFO: Copying $MINDI_TMP/initrd.img to $mountpoint/initrd.img..."
    19241924    cp -f $MINDI_TMP/initrd.img $mountpoint/initrd.img 2>> $LOGFILE
     1925    if [ $BOOT_TYPE = "UEFI" ]; then
     1926            # for grub 0.97 the conf file is not read with the grub.efi file :-(
     1927            cp $liloconf $mountpoint
     1928    fi
    19251929    if [ "$?" -ne "0" ] ; then
    19261930        LogAll "ERROR: Failed to copy $MINDI_TMP/initrd.img to $mountpoint"
Note: See TracChangeset for help on using the changeset viewer.