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

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sun Jul 23 20:26:12 UTC 2006


Author: michael-guest
Date: 2006-07-23 20:26:11 +0000 (Sun, 23 Jul 2006)
New Revision: 3671

Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-exec
   people/michael/features/setup_harddisks_2/implementation/shdd2-sizes
Log:
minor wording, added comment frame


Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-exec
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-exec	2006-07-23 20:22:23 UTC (rev 3670)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-exec	2006-07-23 20:26:11 UTC (rev 3671)
@@ -24,7 +24,7 @@
 #
 # @file shdd2-exec
 #
-# @brief functions to execute bash commands
+# @brief functions to execute system commands
 #
 # $Id$
 #

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-sizes
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-sizes	2006-07-23 20:22:23 UTC (rev 3670)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-sizes	2006-07-23 20:26:11 UTC (rev 3671)
@@ -24,7 +24,8 @@
 #
 # @file shdd2-sizes
 #
-# @brief TODO
+# @brief A set of functions to obtain the current partition table and to 
+# compute the size of the partitions to be created
 #
 # $Id$
 #
@@ -37,6 +38,11 @@
 
 package FAI;
 
+################################################################################
+#
+# @brief TODO
+#
+################################################################################
 sub get_current_disks
 {
   foreach my $disk (@FAI::disks)
@@ -213,6 +219,11 @@
   }
 }
 
+################################################################################
+#
+# @brief TODO
+#
+################################################################################
 sub compute_sizes
 {
   foreach my $config ( keys %FAI::configs )




More information about the Fai-commit mailing list