Changeset 763 in MondoRescue for branches/stable/mindi


Ignore:
Timestamp:
Aug 8, 2006, 12:14:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Remove Berlios references where obsolete
  • Improve mindi patch for LVM on Debian
  • bzip2 now created during svn2build, and used later by othe scripts (rationale: done once and used now a lot)
  • Fix a patch for mkannounce
Location:
branches/stable/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/README

    r271 r763  
    2828
    2929You can get the latest packages from
    30 http://developer.berlios.de/project/showfiles.php?group_id=2524.
     30ftp://ftp.mondorescue.org
    3131
    3232Please see file 'INSTALL' for instructions about how to build and install
     
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://developer.berlios.de/wiki/?group_id=2524.
     52contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • branches/stable/mindi/mindi

    r755 r763  
    14411441
    14421442        current_lvolume="$current_partition"
    1443         if [ $LVM = "v2" ] && [ "`echo $current_partition | grep '/dev/mapper/'`" ]; then
     1443        if [ $LVM = "v2" ] && [ "`echo $current_partition | grep -E '^/dev/mapper/'`" ]; then
    14441444            # .static dir are a Debian specificity
    1445             current_lvolume="`find /dev -lname "$current_partition" | grep -v /.static/`"
     1445            current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`"
    14461446            echo $current_lvolume | grep -q ' '
    14471447            if [ $? -eq 0]; then
     
    32133213if [ ! "`DidMondoCallMe`" ] ; then
    32143214    LogIt "Mindi Linux mini-distro generator v$MINDI_VERSION\n"
    3215     LogIt "Latest Mindi is available from http://mondorescue.berlios.de\n"
     3215    LogIt "Latest Mindi is available from http://www.mondorescue.org\n"
    32163216    LogIt "BusyBox sources are available from http://www.busybox.net\n"
    32173217    LogIt "------------------------------------------------------------------------------"
Note: See TracChangeset for help on using the changeset viewer.