Update call to mkinstall().
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1042 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d3aa85e15e
commit
3892f92329
@ -130,8 +130,11 @@ sub mkinstall
|
||||
);
|
||||
next;
|
||||
}
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/" . $node);
|
||||
|
||||
# create the node-specific post script
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/" . $node, "install");
|
||||
|
||||
if (
|
||||
(
|
||||
$arch =~ /x86_64/
|
||||
|
Loading…
Reference in New Issue
Block a user