Changeset 2440 in MondoRescue
- Timestamp:
- Sep 29, 2009, 6:57:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2439 r2440 2256 2256 # We want to use the real mount and all the supported variants (nfs, cifs, ...) 2257 2257 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` 2259 2259 LocateDeps $MINDI_LIB/rootfs/bin/busybox $mountlis >> $MINDI_TMP/busy.lis 2260 2260 # Special for libs 2261 for f in `grep -E "libnss" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2`; do2261 for f in `grep -E "libnss" $DEPLIST_FILE $DEPLIST_DIR/* | grep -v " *#.*" | cut -d: -f2`; do 2262 2262 echo "`ReadAllLink $f`" >> $MINDI_TMP/busy.lis 2263 2263 done
Note:
See TracChangeset
for help on using the changeset viewer.