- Timestamp:
- Jul 28, 2006, 9:15:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r717 r718 1506 1506 elif [ "$partition_mountpt" = "" ] && [ -f "/etc/raidtab" ] ; then 1507 1507 if [ "`grep -F device /etc/raidtab 2>/dev/null | grep -F $current_partition`" ] ; then 1508 partition_mountpt=raid1509 partition_format=raid1508 partition_mountpt=raid 1509 partition_format=raid 1510 1510 printf "\t%-15s %-15s %-15s %7s %-15s\n" $current_partition $partition_mountpt $partition_format $psz "$redhat_label" 1511 1511 printf "%s %s %s %s %s\n" $current_partition $partition_mountpt $partition_format $partition_size "$redhat_label" >> $mountlist 1512 1512 else 1513 echo "Unknown mountpoint (outstring = $unofficial_outstring)" >> $LOGFILE1513 echo "Unknown mountpoint (outstring = $unofficial_outstring)" >> $LOGFILE 1514 1514 fi 1515 1515 elif [ "$partition_format" = "" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.