/[fai]/people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm
ViewVC logotype

Diff of /people/michael/features/setup_harddisks_2/implementation/lib/sizes.pm

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

revision 3670 by michael-guest, Sun Jul 23 20:22:23 2006 UTC revision 3671 by michael-guest, Sun Jul 23 20:26:11 2006 UTC
# Line 24  use strict; Line 24  use strict;
24  #  #
25  # @file shdd2-sizes  # @file shdd2-sizes
26  #  #
27  # @brief TODO  # @brief A set of functions to obtain the current partition table and to
28    # compute the size of the partitions to be created
29  #  #
30  # $Id$  # $Id$
31  #  #
# Line 37  use POSIX qw(ceil floor); Line 38  use POSIX qw(ceil floor);
38    
39  package FAI;  package FAI;
40    
41    ################################################################################
42    #
43    # @brief TODO
44    #
45    ################################################################################
46  sub get_current_disks  sub get_current_disks
47  {  {
48    foreach my $disk (@FAI::disks)    foreach my $disk (@FAI::disks)
# Line 213  sub get_current_disks Line 219  sub get_current_disks
219    }    }
220  }  }
221    
222    ################################################################################
223    #
224    # @brief TODO
225    #
226    ################################################################################
227  sub compute_sizes  sub compute_sizes
228  {  {
229    foreach my $config ( keys %FAI::configs )    foreach my $config ( keys %FAI::configs )

Legend:
Removed from v.3670  
changed lines
  Added in v.3671

  ViewVC Help
Powered by ViewVC 1.1.5