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

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Sep 19 18:25:45 UTC 2014


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



More information about the anaconda-patches mailing list