Changeset 3022 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
Jun 5, 2012, 3:19:33 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4907@localhost: bruno | 2012-06-05 02:05:24 +0200

  • mindi now includes also the libnss files frmo minimal.conf to bring back sshfs support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3020 r3022  
    25152515
    25162516    # Copy of files from the minimal env needed as per the deplist.d/minimal.conf file (which includes all busybox deps)
    2517     minimallis=`grep -Ev '^#' $DEPLIST_DIR/minimal.conf`
    2518     mountlis=`grep -E "mount|fuse|ssh" $DEPLIST_FILE $DEPLIST_DIR/* | grep -v " *#.*" | cut -d: -f2 | sort -u`
     2517    mountlis=`grep -E "mount|fuse|ssh|libnss" $DEPLIST_FILE $DEPLIST_DIR/* | grep -v " *#.*" | cut -d: -f2 | sort -u`
    25192518    rm -f $MINDI_TMP/minimal.lis
    25202519    for f in $MINDI_LIB/rootfs/bin/busybox $mountlis; do
Note: See TracChangeset for help on using the changeset viewer.