Changeset 1636 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Sep 13, 2007, 8:05:50 PM (17 years ago)
Author:
Bruno Cornec
Message:

sync in bg in mindi (VMWare issue to look at)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1599 r1636  
    443443    fi
    444444
    445     sync
    446445    cd /
    447 
    448     # Unmount whtat could remain mounted
     446    sync&
     447
     448    # Unmount what could remain mounted
    449449    my_partitions=`mount | grep -F $$ | cut -f1 -d' '`
    450450    [ "$my_partitions" != "" ] && umount $my_partitions
Note: See TracChangeset for help on using the changeset viewer.