Changeset 2415 in MondoRescue


Ignore:
Timestamp:
Sep 20, 2009, 3:00:49 AM (15 years ago)
Author:
Bruno Cornec
Message:

Remove generation of multiple useless files in mindi (upper cases)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi

    r2412 r2415  
    19431943    fi
    19441944    cat $bigdir/tmp/mountlist.txt >> $LOGFILE
    1945     echo -en "$FILES_IN_FILELIST" > $bigdir/FILES-IN-FILELIST 2>> $LOGFILE
    19461945    echo -en "$LAST_FILELIST_NUMBER" > $bigdir/LAST-FILELIST-NUMBER 2>> $LOGFILE
    19471946    if [ _"$MONDO_SHARE" != _"" ]; then
     
    23872386    fi
    23882387    cd $old_pwd
    2389     [ "$TAPEDEV" ] && echo -en "$TAPEDEV" > $mountpoint/tmp/TAPEDEV-LIVES-HERE
    23902388    dd if=/dev/zero of=$mountpoint/zero &> /dev/null
    23912389    rm -f $mountpoint/zero
     
    23942392        cp -f $mountpoint/tmp/mondo-restore.cfg $MINDI_TMP 2>> $LOGFILE || Die "Cannot copy mondo-restore.cfg to ramdisk"
    23952393        cp -f $MINDI_TMP/mountlist.txt $mountpoint/tmp/ 2>> $LOGFILE || Die "Cannot copy mountlist to ramdisk"
    2396         echo -en "$FILES_IN_FILELIST" > $mountpoint/tmp/FILES-IN-FILELIST
    23972394        echo -en "$LAST_FILELIST_NUMBER" > $mountpoint/tmp/LAST-FILELIST-NUMBER
    2398         [ "$USE_LZO" = "yes" ] && echo -en "Pras 4 Pres 2004" >> $mountpoint/tmp/USING-LZO
    2399         [ "$USE_GZIP" = "yes" ] && echo -en "YES" >> $mountpoint/tmp/USING-GZIP
    2400         [ "$USE_LZMA" = "yes" ] && echo -en "YES" >> $mountpoint/tmp/USING-LZMA
    2401         [ "$USE_COMP" = "yes" ] && echo -en "Compression, yep" >> $mountpoint/tmp/USING-COMP
    2402         [ "$USE_STAR" = "yes" ] && echo -en "Using star. Hooray." >> $mountpoint/tmp/USING-STAR
    24032395    fi
    24042396    mkdir -p $mountpoint/proc
Note: See TracChangeset for help on using the changeset viewer.