2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Merge pull request #7014 from TheWitness/patch-1

Update the kernel options to disable selinux
This commit is contained in:
besawn 2021-08-17 13:16:09 -04:00 committed by GitHub
commit e0e4afd7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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