mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	sysclone support p: set target node boot from disk after clone install
This commit is contained in:
		| @@ -1858,8 +1858,8 @@ sub getPostScripts | ||||
|         $result .=  "setbootfromnet\n"; | ||||
|     } | ||||
|  | ||||
|     # add setbootfromdisk if the nodesetstate is install and arch is ppc64 | ||||
|     if (($nodesetstate) && ($nodesetstate eq "install") && ($arch eq "ppc64")) | ||||
|     # add setbootfromdisk if the nodesetstate is install or sysclone and arch is ppc64 | ||||
|     if (($nodesetstate) && (($nodesetstate eq "install") || ($nodesetstate eq "sysclone")) && ($arch eq "ppc64")) | ||||
|     { | ||||
|         $result .=  "setbootfromdisk\n"; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user