[master&rhel6-branch] Replace rd_CCW with final dracut option rd_ZNET for network-rootfs on s390

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This should have always been rd_ZNET and dracut finally fixed this in its
commit 3df3a99. rd_CCW is misleading since also non-network devices such as
DASD appear on the ccw bus.

Related: rhbz#533494
Related: rhbz#577193
Related: rhbz#600299
---
 pyanaconda/network.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/network.py b/pyanaconda/network.py
index 44d3fee..c9cb0e8 100644
--- a/pyanaconda/network.py
+++ b/pyanaconda/network.py
@@ -857,7 +857,7 @@ class Network:
             if netargs != "":
                 netargs += " "
 
-            netargs += "rd_CCW=%s,%s" % (nettype, subchannels)
+            netargs += "rd_ZNET=%s,%s" % (nettype, subchannels)
 
             options = dev.get("OPTIONS").strip("'\"")
             if options:
-- 
1.7.0.4


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux