Changeset 1735 in MondoRescue


Ignore:
Timestamp:
Oct 29, 2007, 9:32:01 PM (16 years ago)
Author:
Bruno Cornec
Message:

elilo.efi is now searched throughout /boot/efi and not in a fixed place as there is no standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1730 r1735  
    20492049            mountefi=1
    20502050        fi
    2051         cp /boot/efi/elilo.efi $mountpoint
     2051        el=`find /boot/efi -name elilo.efi`
     2052        cp $el $mountpoint
    20522053        cp $liloconf $mountpoint/elilo.efi $mountpoint/efi/boot
    20532054        if [ $mountefi -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.