From 0f2f6db5cff9ff0e72ea03032806a76f18b8fead Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 18 Aug 2021 14:01:16 -0400 Subject: [PATCH] Update kernel options to disable selinux on OL and Rocky --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 6dfa247ce..587a7ab96 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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 "; }