Changeset 718 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jul 28, 2006, 9:15:24 PM (18 years ago)
Author:
Bruno Cornec
Message:

Some tabs for mindi (also test for new SVN repository on mondorescue.org)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r717 r718  
    15061506    elif [ "$partition_mountpt" = "" ] && [ -f "/etc/raidtab" ] ; then
    15071507        if [ "`grep -F device /etc/raidtab 2>/dev/null | grep -F $current_partition`" ] ; then
    1508         partition_mountpt=raid
    1509         partition_format=raid
     1508            partition_mountpt=raid
     1509            partition_format=raid
    15101510            printf "\t%-15s %-15s %-15s %7s %-15s\n" $current_partition $partition_mountpt $partition_format $psz "$redhat_label"
    1511                 printf "%s %s %s %s %s\n" $current_partition $partition_mountpt $partition_format $partition_size "$redhat_label" >> $mountlist
     1511            printf "%s %s %s %s %s\n" $current_partition $partition_mountpt $partition_format $partition_size "$redhat_label" >> $mountlist
    15121512        else
    1513         echo "Unknown mountpoint (outstring = $unofficial_outstring)" >> $LOGFILE
     1513            echo "Unknown mountpoint (outstring = $unofficial_outstring)" >> $LOGFILE
    15141514        fi
    15151515        elif [ "$partition_format" = "" ] ; then
Note: See TracChangeset for help on using the changeset viewer.