[Fai-commit] r4618 - people/michael/features/setup_harddisks_2/implementation

andreas at alioth.debian.org andreas at alioth.debian.org
Tue Oct 9 19:12:05 UTC 2007


Author: andreas
Date: 2007-10-09 19:12:05 +0000 (Tue, 09 Oct 2007)
New Revision: 4618

Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:
use &FAI::convert_unit

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2007-10-09 19:06:12 UTC (rev 4617)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2007-10-09 19:12:05 UTC (rev 4618)
@@ -599,8 +599,8 @@
 	  } 
 	  
 	  my ($min, $max) = split(/-/, $range);
-	  $min   = convert_unit($min);
-	  $max   = convert_unit($max);
+	  $min   = &FAI::convert_unit($min);
+	  $max   = &FAI::convert_unit($max);
 	  $range = "$min-$max";
           # enter the range into the hash
           $FAI::partition_pointer->{ "size" }->{ "range" } = $range;




More information about the Fai-commit mailing list