Changeset 2436 in MondoRescue for branches/2.2.9/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
Location:
branches/2.2.9/mindi
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/deplist.d/base.conf

    r2409 r2436  
    3232
    3333/usr/bin/bzip2
     34# is a link => No additional place
    3435/usr/bin/bunzip2
    3536/usr/bin/lzop
     37/usr/bin/lzma
    3638
     39/bin/bash
    3740/bin/date
    3841/sbin/ctrlaltdel
  • branches/2.2.9/mindi/deplist.d/minimal.conf

    r2433 r2436  
    77
    88# Base Unix commands
    9 /bin/bash
    109/bin/mt
    1110/bin/awk
     
    1817
    1918# Compression
    20 /bin/gunzip
    2119/bin/gzip
    2220
     
    3432/sbin/mount.fuse
    3533/usr/bin/fusermount
     34/usr/bin/ssh
    3635# Required by ssh as dlopened
    3736/usr/lib/libnss_compat.so
  • branches/2.2.9/mindi/deplist.d/net.conf

    r2410 r2436  
    66# SSH support
    77/usr/sbin/sshd
    8 /usr/bin/ssh
    98/usr/bin/scp
    109
  • 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.