turn off the selinux for fedora12/13

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6749 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-07-14 11:54:19 +00:00
parent c9974123cb
commit 2411f7bd2c

View File

@ -518,6 +518,12 @@ sub mknetboot
$kcmdline .= "n8r";
}
}
# turn off the selinux
if ($osver =~ m/fedora12/ || $osver =~ m/fedora13/) {
$kcmdline .= " selinux=0";
}
# add the addkcmdline attribute to the end
# of the command, if it exists
#my $addkcmd = $addkcmdhash->{$node}->[0];