Changeset 2164 in MondoRescue


Ignore:
Timestamp:
Mar 14, 2009, 12:22:18 AM (15 years ago)
Author:
Bruno Cornec
Message:

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.9/mindi/mindi

    r2159 r2164  
    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.