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:
nott 2008-04-14 13:33:52 +00:00
parent d3aa85e15e
commit 3892f92329

View File

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