fix writescript call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1056 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2152add071
commit
a8119c9a36
@ -161,7 +161,7 @@ sub mknetboot {
|
||||
|
||||
# create the node-specific post scripts
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node,"/install/postscripts/".$node); # , "netboot");
|
||||
xCAT::Postage->writescript($node,"/install/postscripts/".$node, "netboot");
|
||||
|
||||
mkpath("/$tftpdir/xcat/netboot/$osver/$arch/$profile/");
|
||||
#TODO: only copy if newer...
|
||||
@ -264,7 +264,7 @@ sub mkinstall {
|
||||
|
||||
# create the node-specific post scripts
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node,"/install/postscripts/".$node); #, "install");
|
||||
xCAT::Postage->writescript($node,"/install/postscripts/".$node, "install");
|
||||
|
||||
|
||||
if (
|
||||
|
@ -133,7 +133,7 @@ sub mkinstall
|
||||
|
||||
# create the node-specific post script
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/" . $node); #, "install");
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/".$node, "install");
|
||||
|
||||
if (
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user