[master/rhel7-branch] Preserve network args on s390x. (#1087502)

Brian C. Lane bcl at redhat.com
Fri Sep 19 18:41:02 UTC 2014


On Fri, Sep 19, 2014 at 02:25:45PM -0400, Samantha N. Bueno wrote:
> These will now be copied to the target system's cmdline.
> 
> Resolves: rhbz#1087502
> ---
>  pyanaconda/bootloader.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index 2fc1d49..9b3855c 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -2069,7 +2069,7 @@ class ZIPL(BootLoader):
>              return ["ext4", "ext3", "ext2", "xfs"]
>  
>      image_label_attr = "short_label"
> -    preserve_args = ["cio_ignore"]
> +    preserve_args = ["cio_ignore", "rd.znet", "rd_ZNET"]
>  
>      def __init__(self):
>          super(ZIPL, self).__init__()
> -- 
> 1.9.3

Ack!

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list