2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Update kernel options to disable selinux on OL and Rocky

This commit is contained in:
Mark Gurevich 2021-08-18 14:01:16 -04:00
parent 8df0883b5d
commit 0f2f6db5cf

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