mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	fix defect #4327 [dev] copycds should use ppc64le instead of ppc64el in ubuntu ppc64le
This commit is contained in:
		| @@ -279,7 +279,7 @@ sub copycd | ||||
|     } | ||||
|     elsif ($darch and $darch =~ /ppc64el/) | ||||
|     { | ||||
|         $darch = "ppc64el"; | ||||
|         $darch = "ppc64le"; | ||||
|     } | ||||
|     elsif ($darch and ($darch =~ /ppc/ or  $darch =~ /powerpc/)) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user