remove comment out call to writescript

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16328 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-05-16 14:19:26 +00:00
parent 0170a13ab4
commit e514305d5e
4 changed files with 0 additions and 4 deletions

View File

@ -485,7 +485,6 @@ sub mknetboot
# create the node-specific post scripts
#mkpath "/install/postscripts/";
#xCAT::Postage->writescript($node,"/install/postscripts/".$node, "netboot", $callback);
# Copy the boot resource to /tftpboot and check to only copy once
my $docopy = 0;

View File

@ -681,7 +681,6 @@ sub mkinstall
# create the node-specific post scripts
#mkpath "$installroot/postscripts/";
#xCAT::Postage->writescript($node,"$installroot/postscripts/".$node, "install", $callback);
my $kernpath;
my $initrdpath;
my $maxmem;

View File

@ -933,7 +933,6 @@ sub mkinstall
# create the node-specific post script DEPRECATED, don't do
#mkpath "/install/postscripts/";
#xCAT::Postage->writescript($node, "/install/postscripts/".$node, "install", $callback);
if (
(

View File

@ -400,7 +400,6 @@ sub mkinstall
# create the node-specific post script DEPRECATED, don't do
#mkpath "/install/postscripts/";
#xCAT::Postage->writescript($node, "/install/postscripts/".$node, "install", $callback);
if (! -r "$tftpdir/Boot/pxeboot.0" ) {
$callback->(
{error => [ "The Windows netboot image is not created, consult documentation on how to add Windows deployment support to xCAT"],errorcode=>[1]