No setup for AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2260 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b908e634ea
commit
c6a826f6c5
@ -19,7 +19,7 @@ use Getopt::Long;
|
||||
|
||||
=head3 handled_commands
|
||||
|
||||
This runs on Service Node
|
||||
This runs on Service Node ( only sets up for Linux)
|
||||
Checks servicenode table tfpserver attribute
|
||||
Call setup_TFTP (actually setting up atftp)
|
||||
|
||||
@ -33,6 +33,10 @@ sub handled_commands
|
||||
if ($ENV{'XCATBYPASS'}) {
|
||||
return 0;
|
||||
}
|
||||
if (xCAT::Utils->isAIX()) { # do not run on AIX
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
my $rc = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user