Replace rd_CCW with final dracut option rd_ZNET for network-rootfs on s390
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@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 10:17 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.