Related: rhbz#769145 --- loader/net.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/net.c b/loader/net.c index 36c01e4..af6c90c 100644 --- a/loader/net.c +++ b/loader/net.c @@ -1317,7 +1317,7 @@ int writeEnabledNetInfo(iface_t *iface) { iface->vendorclass); if (iface->dhcptimeout) { - fprintf(fp, "timeout %d", iface->dhcptimeout); + fprintf(fp, "timeout %d;", iface->dhcptimeout); } if (fclose(fp) == EOF) { -- 1.7.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list