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

Vratislav Podzimek vpodzime at redhat.com
Mon Jan 28 09:54:29 UTC 2013


On Thu, 2013-01-24 at 12:58 -0500, Chris Lumens wrote:
> ---
>  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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list