Changeset 1919 in MondoRescue for branches/2.2.6/mindi/mindi


Ignore:
Timestamp:
Apr 17, 2008, 1:50:50 AM (16 years ago)
Author:
Bruno Cornec
Message:

busybox under /usr/lib shouldn't be put on the boot disk as it breaks the /usr/lib* build. Use only the /bin/busybox bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/mindi

    r1914 r1919  
    169169    mkdir -p $bigdir/etc
    170170    #cp --parents -pRdf $mappath $bigdir 2>> $LOGFILE || LogIt "AKMF -- Could not copy $mappath to $bigdir"
    171     tar cf - $mappath 2>> $LOGFILE | (cd $bigdir ; tar xf -) || LogIt "AKMF -- Could not copy $mappath to $bigdir"
     171    tar cf - $mappath 2>> /dev/null | (cd $bigdir ; tar xf -) || LogIt "AKMF -- Could not copy $mappath to $bigdir"
    172172    if [ "`echo $mappath | grep -F ".gz"`" ] ; then
    173173        included_list=`gzip -dc $mappath | grep -Fi include | sed s/'"'// | sed s/'"'// | cut -d' ' -f2`
     
    24702470        LocateDeps $MINDI_LIB/rootfs/bin/busybox /bin/mount > $MINDI_TMP/busy.lis
    24712471        #cp --parents -Rdf `sort -u $MINDI_TMP/busy.lis` .
    2472         tar cf - $MINDI_LIB/rootfs/bin/busybox /bin/mount `sort -u $MINDI_TMP/busy.lis` 2> /dev/null | tar xf -
     2472        tar cf - /bin/mount `sort -u $MINDI_TMP/busy.lis` 2> /dev/null | tar xf -
    24732473        rm -f $MINDI_TMP/busy.lis
    24742474    fi
Note: See TracChangeset for help on using the changeset viewer.