2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-08 09:22:33 +00:00

Merge pull request #7023 from gurevichmark/selinux_disable

Update kernel options to disable selinux on OL and Rocky
This commit is contained in:
besawn
2021-09-01 15:50:56 -04:00
committed by GitHub

View File

@@ -762,7 +762,7 @@ sub mknetboot
}
# turn off the selinux
if ($osver =~ m/(fedora12|fedora13|rhels7|rhels8)/) {
if ($osver =~ m/(fedora12|fedora13|rhels7|rhels8|ol7|ol8|rocky8)/) {
$kcmdline .= " selinux=0 ";
}