2
0
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:
Yuan Bai 2017-05-31 14:54:18 +08:00 committed by GitHub
commit 358eefed2a

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