Changeset 3115 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
May 7, 2013, 4:16:12 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5274@localhost: bruno | 2013-05-06 18:43:25 +0200

  • Removes a dd in mindi which was filling the target dir IMHO uselessly and more over creating bugs on some distros (seen on SLES 11 SP2) where the delayed real rm of that file just after wasn't liberating space quickly enough, so making mindi to abort. this will also speedup a bit mindi avoiding a large dd. That code was here since day 1 :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3111 r3115  
    27792779    cd "$old_pwd"
    27802780    [ "$TAPEDEV" ] && echo -en "$TAPEDEV" > $mountpoint/tmp/TAPEDEV-LIVES-HERE
    2781     dd if=/dev/zero of=$mountpoint/zero &> /dev/null
    2782     rm -f $mountpoint/zero
    27832781    if [ _"$MONDO_SHARE" != _"" ]; then
    27842782        MakeMondoConfigFile $mountpoint/tmp/mondo-restore.cfg
Note: See TracChangeset for help on using the changeset viewer.