2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-17 16:50:22 +00:00

Update the kernel options to disable selinux

Was having issues building a diskless image for RHEL8
This commit is contained in:
TheWitness
2021-07-30 18:51:50 -04:00
committed by GitHub
parent 5d2594e3d1
commit b38e9716d3

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