Export NFSSERVER variable.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2804 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
27f4d533ee
commit
571dda9c93
@ -166,6 +166,12 @@ sub makescript {
|
||||
}
|
||||
}
|
||||
|
||||
my $noderesent = $noderestab->getNodeAttribs($node,['nfsserver']);
|
||||
if ($noderesent and defined($noderesent->{'nfsserver'})) {
|
||||
push @scriptd, "NFSSERVER=".$noderesent->{'nfsserver'}."\n";
|
||||
push @scriptd, "export NFSSERVER\n";
|
||||
}
|
||||
|
||||
my $os;
|
||||
my $profile;
|
||||
my $arch;
|
||||
|
Loading…
Reference in New Issue
Block a user