Changeset 2411 in MondoRescue
- Timestamp:
- Sep 18, 2009, 8:32:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2410 r2411 2260 2260 # We want to use the real mount and all the supported variants (nfs, cifs, ...) 2261 2261 rm -f bin/mount $MINDI_TMP/busy.lis 2262 mountlis=`grep -E "mount|fuse|ssh fs" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2`2262 mountlis=`grep -E "mount|fuse|ssh" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2` 2263 2263 for f in $MINDI_LIB/rootfs/bin/busybox $mountlis ; do 2264 2264 if [ -f $f ]; then
Note:
See TracChangeset
for help on using the changeset viewer.