mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Merge pull request #3140 from immarvin/onrhselinux
fix issue RHEL update caused boot failure due to selinux #2996
This commit is contained in:
		| @@ -859,7 +859,7 @@ sub mknetboot | ||||
|         } | ||||
|  | ||||
|         # turn off the selinux | ||||
|         if ($osver =~ m/fedora12/ || $osver =~ m/fedora13/) { | ||||
|         if ($osver =~ m/(fedora12|fedora13|rhels7)/) { | ||||
|             $kcmdline .= " selinux=0 "; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user