Changeset 1912 in MondoRescue for branches/2.2.6/mindi/mindi


Ignore:
Timestamp:
Apr 14, 2008, 1:55:02 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Force removal of lcoal mount on boot disk (in case it's a link and we want the real bin)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/mindi

    r1909 r1912  
    24582458    file $MINDI_LIB/rootfs/bin/busybox 2>&1 | grep -q "dynamically"
    24592459    if [ $? -eq 0 ]; then
     2460        # We want to use the real mount
     2461        rm -f bin/mount
    24602462        LocateDeps $MINDI_LIB/rootfs/bin/busybox /bin/mount > $MINDI_TMP/busy.lis
    24612463        #cp --parents -Rdf `sort -u $MINDI_TMP/busy.lis` .
Note: See TracChangeset for help on using the changeset viewer.