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


Ignore:
Timestamp:
Sep 18, 2009, 7:10:54 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Better list of mandatory tools
  • Adds fuse and sshfs support in initrd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2409 r2410  
    22602260        # We want to use the real mount and all the supported variants (nfs, cifs, ...)
    22612261        rm -f bin/mount $MINDI_TMP/busy.lis
    2262         mountlis=`grep mount $DEPLIST_FILE`
     2262        mountlis=`grep -E "mount|fuse|sshfs" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2`
    22632263        for f in $MINDI_LIB/rootfs/bin/busybox $mountlis ; do
    22642264            if [ -f $f ]; then
Note: See TracChangeset for help on using the changeset viewer.