2
0
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:
immarvin 2017-05-25 05:30:30 -04:00
parent 354a715d0c
commit 89bc7608f1

View File

@ -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 ";
}