Changeset 763 in MondoRescue for branches/stable/mindi/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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.