summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-24 12:57:21 -0500
committerChris Lumens <clumens@redhat.com>2013-01-29 10:08:19 -0500
commitf0fc233726e1692898cfacf93318959eb45059a8 (patch)
tree4ce061aaef725a07093934f2af125a4431864ffb /pyanaconda/bootloader.py
parent0091c8cd46e8f0a193c47f7019ede97886b67dec (diff)
downloadanaconda-f0fc233726e1692898cfacf93318959eb45059a8.tar.gz
anaconda-f0fc233726e1692898cfacf93318959eb45059a8.tar.xz
anaconda-f0fc233726e1692898cfacf93318959eb45059a8.zip
Add selinux to the list of parameters we pass on (#895860).
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 7e7707179..463d11b47 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -245,7 +245,8 @@ class BootLoader(object):
# this is so stupid...
global_preserve_args = ["speakup_synth", "apic", "noapic", "apm", "ide",
"noht", "acpi", "video", "pci", "nodmraid",
- "nompath", "nomodeset", "noiswmd", "fips"]
+ "nompath", "nomodeset", "noiswmd", "fips",
+ "selinux"]
preserve_args = []
_trusted_boot = False