/[fai]/people/michael/features/setup_harddisks_2/implementation/shdd2-sizes
ViewVC logotype

Diff of /people/michael/features/setup_harddisks_2/implementation/shdd2-sizes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3592 by michael-guest, Sat Jul 22 00:02:51 2006 UTC revision 3593 by michael-guest, Sat Jul 22 00:04:04 2006 UTC
# Line 76  foreach my $disk ( @FAI::disks ) Line 76  foreach my $disk ( @FAI::disks )
76      foreach my $line ( @parted_print )      foreach my $line ( @parted_print )
77      {      {
78    
79        if( $line =~ /^\d+\s+(\d+),(\d+),(\d+)\s+(\d+),(\d+),(\d+)/i )        if( $line =~ /^(\d+)\s+(\d+),(\d+),(\d+)\s+(\d+),(\d+),(\d+)/i )
80        {        {
81          printf $1." ".$2." ".$3." ".$4." ".$5." ".$6."\n";          printf $1." ".$2." ".$3." ".$4." ".$5." ".$6." "."$7"."\n";
82        }        }
83      }      }
84    }    }

Legend:
Removed from v.3592  
changed lines
  Added in v.3593

  ViewVC Help
Powered by ViewVC 1.1.5