summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-17 23:46:26 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-17 23:46:26 +0000
commitba814c3f9c0c8e588e94c0dbfc3328c4ac8de3b4 (patch)
treedf593fac05c8db9a0028699008fea4d9a522a0cc /kickstart.py
parent451a79d8f82ebccbbb9b27feedd50356addbc3c7 (diff)
downloadanaconda-ba814c3f9c0c8e588e94c0dbfc3328c4ac8de3b4.tar.gz
anaconda-ba814c3f9c0c8e588e94c0dbfc3328c4ac8de3b4.tar.xz
anaconda-ba814c3f9c0c8e588e94c0dbfc3328c4ac8de3b4.zip
actually add the handler for the selinux directive
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index 4050aa0b1..d756b9cee 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -608,6 +608,7 @@ class KickstartBase(BaseInstallClass):
"deviceprobe" : None ,
"driverdisk" : None ,
"firewall" : self.doFirewall ,
+ "selinux" : self.doSELinux ,
"harddrive" : None ,
"install" : None ,
"keyboard" : self.doKeyboard ,