mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Fix support for non-efistub kernels
This commit is contained in:
		@@ -342,6 +342,7 @@ sub setstate {
 | 
			
		||||
                        print $ucfg "imgexec kernel\n";
 | 
			
		||||
                        close($ucfg);
 | 
			
		||||
                   } else {
 | 
			
		||||
                       print $ucfg "#!gpxe\n";
 | 
			
		||||
                       print $ucfg 'chain http://${next-server}:'.$httpport.'/tftpboot/xcat/elilo-x64.efi -C /tftpboot/xcat/xnba/nodes/' . $node . ".elilo\n";
 | 
			
		||||
                       close($ucfg);
 | 
			
		||||
                       open($ucfg, '>', $tftpdir . "/xcat/xnba/nodes/" . $node . ".elilo");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user