Changeset 1636 in MondoRescue


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)

Location:
branches/2.2.5
Files:
2 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
  • branches/2.2.5/mondo/configure.in

    r1618 r1636  
    88dnl
    99define(MONDO_VER,m4_normalize(PBVER)))
    10 define(MONDO_REV,m4_normalize(PBREV)))
     10define(MONDO_REV,m4_normalize(rPBREV)))
    1111define(MONDO_TAG,MONDO_VER-MONDO_REV)
    1212AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
Note: See TracChangeset for help on using the changeset viewer.