Ack. p.s. Any chance you could review some of my patches from today? On 04/14/2010 07:02 PM, David Cantrell wrote:
We do not want to write out HWADDR for any network device type on s390x. --- network.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/network.py b/network.py index 0507b0d..f1bf128 100644 --- a/network.py +++ b/network.py @@ -244,8 +244,7 @@ class NetworkDevice(SimpleConfigFile): keys.remove("DESC") if "KEY" in keys: keys.remove("KEY") - if iutil.isS390() and ("OPTIONS" in keys) and ("HWADDR" in keys) and \ - (self.info["OPTIONS"].find("layer2=1") != -1): + if iutil.isS390() and ("HWADDR" in keys): keys.remove("HWADDR") for key in keys:
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list