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:
parent
0170a13ab4
commit
e514305d5e
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 (
|
||||
(
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user