mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +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:
commit
358eefed2a
@ -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 ";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user