OPTIONS=layer2=1 is just for s390x, so make sure it doesn't end up on other architectures. --- loader/net.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/net.c b/loader/net.c index a987050..eff4782 100644 --- a/loader/net.c +++ b/loader/net.c @@ -1200,7 +1200,7 @@ int writeDisabledNetInfo(void) { * /etc/sysconfig/network */ int writeEnabledNetInfo(iface_t *iface) { - int i = 0, osa_layer2 = 1, osa_portno = 0; + int i = 0, osa_layer2 = 0, osa_portno = 0; mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; FILE *fp = NULL; char buf[INET6_ADDRSTRLEN+1]; -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list