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:
andywray 2009-02-24 21:07:29 +00:00
parent 27f4d533ee
commit 571dda9c93

View File

@ -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;