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


Ignore:
Timestamp:
Sep 29, 2009, 1:48:32 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Improve deplist.d/* files
  • adds libnss for ssh support in boot disk
  • Solve a memory management issue in DSF module (strtok => mr_strtok)
  • DSF now also supports partitions in addition to full disks
  • Adds debug in open_and_list_dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2432 r2436  
    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`
     2258        mountlis=`grep -E "mount|fuse|ssh|libnss" $DEPLIST_FILE $DEPLIST_DIR/* | cut -d: -f2`
    22592259        for f in $MINDI_LIB/rootfs/bin/busybox $mountlis ; do
    22602260            if [ -f $f ]; then
Note: See TracChangeset for help on using the changeset viewer.