Changeset 2440 in MondoRescue for branches/2.2.9/mindi/mindi


Ignore:
Timestamp:
Sep 29, 2009, 6:57:13 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Avoids comment analysis in the new code handling deplist.d
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2439 r2440  
    22562256        # We want to use the real mount and all the supported variants (nfs, cifs, ...)
    22572257        rm -f bin/mount $MINDI_TMP/busy.lis
    2258         mountlis=`grep -E "mount|fuse|ssh" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2 | sort -u`
     2258        mountlis=`grep -E "mount|fuse|ssh" $DEPLIST_FILE $DEPLIST_DIR/* | grep -v " *#.*" | cut -d: -f2 | sort -u`
    22592259        LocateDeps $MINDI_LIB/rootfs/bin/busybox $mountlis >> $MINDI_TMP/busy.lis
    22602260        # Special for libs
    2261         for f in `grep -E "libnss" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2`; do
     2261        for f in `grep -E "libnss" $DEPLIST_FILE $DEPLIST_DIR/* | grep -v " *#.*" | cut -d: -f2`; do
    22622262            echo "`ReadAllLink $f`" >> $MINDI_TMP/busy.lis
    22632263        done
Note: See TracChangeset for help on using the changeset viewer.