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

Contents of /people/michael/features/setup_harddisks_2/implementation/lib/init.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3659 - (hide annotations) (download)
Sun Jul 23 11:20:09 2006 UTC (6 years, 10 months ago) by michael-guest
Original Path: people/michael/features/setup_harddisks_2/implementation/shdd2-init
File size: 333 byte(s)
fixes and cleanup
1 michael-guest 3603 #!/usr/bin/perl -w
2    
3     use strict;
4    
5     package FAI;
6    
7 michael-guest 3659 $FAI::debug = 1;
8    
9 michael-guest 3603 # getopt processing
10    
11     #REMOVE THIS
12     # use a predefined list?
13    
14     $ENV{disklist} = "hda
15     ";
16     ################
17     #
18    
19 michael-guest 3617 @FAI::disks = split( /\n/, $ENV{disklist} );
20 michael-guest 3603
21 michael-guest 3627 %FAI::configs = ();
22    
23     %FAI::current_config = ();
24    
25     @FAI::commands = ();
26    
27     $FAI::parted_binary = "/sbin/parted -s";
28    
29 michael-guest 3603 1;
30    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5