remove comment out call to writescript
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user