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

andreas at alioth.debian.org andreas at alioth.debian.org
Thu Oct 18 15:23:23 UTC 2007


Author: andreas
Date: 2007-10-18 15:23:23 +0000 (Thu, 18 Oct 2007)
New Revision: 4631

Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:
typo

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2007-10-18 15:09:53 UTC (rev 4630)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2007-10-18 15:23:23 UTC (rev 4631)
@@ -360,7 +360,7 @@
   {
     if ( $2 eq "k" )
     {
-      $val = $1 ( 1 / 1024 );
+      $val = $1 * ( 1 / 1024 );
     }
     elsif ( $2 eq "M" )
     {
@@ -416,7 +416,7 @@
         }
         | /^lvm/
         {
-	  ( $FAI::debug > 0 ) and print "Found LVM keyword\n";
+
           # check, whether lvm tools are available
           ( &FAI::in_path( "lvcreate" ) == 1 ) or 
             die "LVM tools not found in PATH\n";




More information about the Fai-commit mailing list