summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 3 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 0114ec604..9f61fe8f4 100755
--- a/anaconda
+++ b/anaconda
@@ -394,7 +394,7 @@ try:
'testpath=', 'mountfs', 'traceonly', 'kickstart=',
'lang=', 'keymap=', 'kbdtype=', 'module=', 'class=',
'expert', 'serial', 'lowres', 'nofb', 'rescue', 'nomount',
- 'autostep', 'resolution=', 'skipddc',
+ 'autostep', 'resolution=', 'skipddc', 'noselinux',
'vnc', 'vncconnect=', 'cmdline', 'headless'])
except TypeError, msg:
sys.stderr.write("Error %s\n:" % msg)
@@ -510,6 +510,8 @@ for n in args:
# run native X server at specified resolution, ignore fb
runres = arg
runres_override = 1
+ elif (str == '--noselinux'):
+ flags.selinux = 0
elif (str == "--skipddc"):
skipddc = 1
elif (str == "--autostep"):