[rhinstaller/anaconda/pulls/207 rhel7-branch] network: add s390 options to default ifcfg files (#1074570)

rvykydal installerbot-noreply at redhat.com
Thu Jul 16 14:09:37 UTC 2015


> @@ -537,6 +538,18 @@ def add_connection_for_ksdata(networkdata, devname):
>          values.append(['connection', 'id', devname, 's'])
>          values.append(['connection', 'interface-name', devname, 's'])
>  
> +        # Add s390 settings

I thought it is not necessary but now I think we don't want to call the stuff on non-s390 arch, and we are already checking for s390 arch in the module, so I'll add the check.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/207#discussion_r34790556


More information about the anaconda-patches mailing list