Changeset 2794 in MondoRescue for branches/2.2.8/mindi


Ignore:
Timestamp:
Apr 29, 2011, 3:37:55 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2165@localhost (orig r2164): bruno | 2009-03-14 00:22:18 +0100
Avoids a bug at restore time where dyn. lib. have to be found in a nosegneg dir. By removing the extra ld.so.conf.d file we avoid that.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/mindi

    r2790 r2794  
    22052205    # Copy of files mandatory for ld.so
    22062206    cp -rp /etc/ld.so.c* $mountpoint/etc
     2207
     2208    # Avoid an issue on some distro (RHEL5)
     2209    rm -f $mountpoint/etc/ld.so.conf.d/kernelcap*
    22072210
    22082211    mkdir -p $mountpoint/tmp
Note: See TracChangeset for help on using the changeset viewer.