summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-01-29 05:15:38 +0000
committerJeremy Katz <katzj@redhat.com>2004-01-29 05:15:38 +0000
commitd9a76d37af494bb6c81a1e52cf51eb2ed35272c4 (patch)
tree057d224aa75a62b946ef2b0b934d693f5d485d78 /anaconda
parentae8cd7d6e37349e249ecad4d25a4c60d7ba53b64 (diff)
downloadanaconda-d9a76d37af494bb6c81a1e52cf51eb2ed35272c4.tar.gz
anaconda-d9a76d37af494bb6c81a1e52cf51eb2ed35272c4.tar.xz
anaconda-d9a76d37af494bb6c81a1e52cf51eb2ed35272c4.zip
disable selinux stuff for now since it breaks the kernel
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index bcc874d0a..5364a5fbc 100755
--- a/anaconda
+++ b/anaconda
@@ -569,7 +569,7 @@ anaconda_log.open (logFile)
log.handler=anaconda_log
# now let's set up our selinux stuff. whee!
-if flags.setupFilesystems:
+if flags.setupFilesystems and 0:
os.mkdir("/selinux")
try:
isys.mount("/selinux", "/selinux", fstype="selinuxfs")