mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
fix issue RHEL update caused boot failure due to selinux #2996
This commit is contained in:
parent
354a715d0c
commit
89bc7608f1
@ -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