Changeset 2874 in MondoRescue for branches/2.2.10/mindi


Ignore:
Timestamp:
Sep 29, 2011, 8:37:54 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4323@mzielinski: bruno | 2011-09-29 20:26:04 +0200

  • Various 2.2.10 fixes for lzma support and some mindi improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi

    r2873 r2874  
    221221    fi
    222222
     223    # TODO: Why that
    223224    mkdir -p $bigdir/etc
     225    # TODO: why not use the cp.lis here ?
    224226    tar cf - -C / $mappath 2>> $MINDI_TMP/$$.log | (cd "$bigdir" ; tar xf -) || LogAll "AKMF -- Could not copy $mappath to $bigdir" $MINDI_TMP/$$.log
    225227    if [ "`echo $mappath | grep -F ".gz"`" ] ; then
     
    230232    for included_item in $included_list ; do
    231233        if [ ! -e "$included_item" ] ; then
    232                 sss=`grep -F "${included_item}.inc" $MINDI_TMP/keymaps.find`
     234            sss=`grep -F "${included_item}.inc" $MINDI_TMP/keymaps.find`
    233235            [ "$sss" = "" ] && sss=`grep -F "$included_item" $MINDI_TMP/keymaps.find`
    234236            for ii in $sss ; do
     
    22402242
    22412243    # Get kbd conf from data disk preparation
    2242     echo $MINDI_CACHE/KEYMAP-LIVES-HERE >> $MINDI_TMP/cp.lis
     2244    cat $MINDI_CACHE/KEYMAP-LIVES-HERE >> $MINDI_TMP/cp.lis
    22432245    # AL04Oct08: Check whether /lib64 is a link and if so explicitly create one in rootfs
    22442246    if [ -h "/lib64" ]; then
     
    22812283            # and potentially their symlink structure and their deps
    22822284            mountlis=`grep -Ev "^#" $MINDI_CONF/udev.files`
     2285            if [ -x /etc/init.d/functions ]; then
     2286                mountlis="$mountlis /etc/init.d/functions"
     2287            fi
    22832288            ReadAllLink $mountlis | sort -u >> $MINDI_TMP/udev.lis
    22842289            LocateDeps `cat $MINDI_TMP/udev.lis` | sort -u >> $MINDI_TMP/cp.lis
Note: See TracChangeset for help on using the changeset viewer.