Changeset 2034 in MondoRescue


Ignore:
Timestamp:
Oct 6, 2008, 4:16:25 PM (16 years ago)
Author:
Bruno Cornec
Message:

Applied Andree's patch for Debian x86_64 support around /lib64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/mindi

    r2033 r2034  
    21392139    old_pwd=`pwd`
    21402140    cd $mountpoint
     2141
     2142    # AL04Oct08: Check whether /lib64 is a link and if so explicitly create one in rootfs
     2143    [ -h "/lib64" ] && (mkdir -p lib ; ln -s lib lib64) || LogIt "/lib64 is a symbolic link, but I couldn't create in $mountpoint."
     2144
    21412145    cp -Rdf $tgz_dir_fname/* . 2>&1 >> $LOGFILE
    21422146    tar -zxf symlinks.tgz || Die "Cannot untar symlinks.tgz"
Note: See TracChangeset for help on using the changeset viewer.