[PATCH] Add selinux to the list of parameters we pass on (#895860).

Chris Lumens clumens at redhat.com
Thu Jan 24 17:58:11 UTC 2013


---
 pyanaconda/bootloader.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 20f7b3b..3ecadcb 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
-- 
1.7.11.2



More information about the anaconda-patches mailing list