Changeset 794 in MondoRescue for trunk/mindi


Ignore:
Timestamp:
Sep 14, 2006, 1:05:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r781:793 $SVN_M/branches/stable

Location:
trunk/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/README

    r764 r794  
    5050
    5151Apart from the above-mentioned documentation, there is a Wiki with growing
    52 contents at the following URL: http://www.mondorescue.org/cgi-bin/trac.cgi/wiki
     52contents at the following URL: http://trac.mondorescue.org
    5353
    5454Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
  • trunk/mindi/mindi

    r782 r794  
    14591459            fi
    14601460
    1461             # 4th try : pre-formated LABEL. Format is : LABEL=SWAP-mydevice. e.g. : LABEL=SWAP-hda5
     1461            # 4th try : pre-formated LABEL. Format is : LABEL=SWAP-mydevice or SW-mydevice. e.g. : LABEL=SWAP-hda5
     1462            # LABEL=SW-cciss/c0d0p3 (RDP)
    14621463            # SWAP only
    1463             if [ "x$actual_dev" = "x" -a  _"`echo $current_partition | /bin/grep -i 'LABEL=SWAP'`" != _"" ]; then
     1464            if [ "x$actual_dev" = "x" -a  _"`echo $current_partition | /bin/grep -iE 'LABEL=SWAP|LABEL=SW-'`" != _"" ]; then
    14641465                try_dev="`echo "$redhat_label" | /bin/cut -d '-' -f2`"
    14651466                present_dev="`/bin/cat /proc/swaps | /bin/grep -w /dev/$try_dev`"
     
    14971498            current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`"
    14981499            echo $current_lvolume | grep -q ' '
    1499             if [ $? -eq 0]; then
     1500            if [ $? -eq 0 ]; then
    15001501                echo "WARNING: Multiple Logical Volumes found. Report to dev team" >> $LOGFILE 
    15011502            fi
Note: See TracChangeset for help on using the changeset viewer.