[Fai-commit] r4720 - in people/michael/features/setup_harddisks_2/implementation: . lib

michael-guest at alioth.debian.org michael-guest at alioth.debian.org
Sun Nov 11 13:30:15 UTC 2007


Author: michael-guest
Date: 2007-11-11 13:30:15 +0000 (Sun, 11 Nov 2007)
New Revision: 4720

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/init.pm
   people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm
   people/michael/features/setup_harddisks_2/implementation/storage-magic
Log:
- updated the wiki links
- fixed a typo due to the cleanup


Modified: people/michael/features/setup_harddisks_2/implementation/lib/init.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/init.pm	2007-11-11 13:27:43 UTC (rev 4719)
+++ people/michael/features/setup_harddisks_2/implementation/lib/init.pm	2007-11-11 13:30:15 UTC (rev 4720)
@@ -27,7 +27,7 @@
 # @brief Initialize all variables and acquire the set of disks of the system.
 #
 # The layout of the data structures is documented in the wiki:
-# http://faiwiki.debian.net/index.php/Setup_harddisks_2
+# http://faiwiki.debian.net/index.php/Storage_Magic
 #
 # $Id$
 #

Modified: people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm	2007-11-11 13:27:43 UTC (rev 4719)
+++ people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm	2007-11-11 13:30:15 UTC (rev 4720)
@@ -84,7 +84,7 @@
       } else {
 
         # write the disk label as configured
-        $error =
+        $error = &FAI::execute_command(
           "parted -s $disk mklabel " . $FAI::configs{"PHY_$disk"}{"disklabel"} );
       }
 

Modified: people/michael/features/setup_harddisks_2/implementation/storage-magic
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/storage-magic	2007-11-11 13:27:43 UTC (rev 4719)
+++ people/michael/features/setup_harddisks_2/implementation/storage-magic	2007-11-11 13:30:15 UTC (rev 4720)
@@ -27,12 +27,15 @@
 #
 # @file shdd2
 #
-# @brief The main function of setup harddisks 2 - the tool to configure the
+# @brief The main function of Storage Magic - the tool to configure the
 # partitioning from within FAI.
 #
 # This is an implementation from scratch to properly support LVM and RAID. The
-# input format is documented in @ref shdd2-parser
+# input format is documented in @ref parser.pm
 #
+# Some (developer) documentation may be found on
+# http://faiwiki.debian.net/index.php/Storage_Magic
+#
 # $Id$
 #
 # @author Christian Kern, Michael Tautschnig




More information about the Fai-commit mailing list