From: Radek Vykydal <rvykydal@redhat.comuser> Instead, fail silently as in RHEL 5 and RHEL 6.0. Depending on whether the network is up, user can be asked for networking later in UI step. Offer the Retry dialog only in the UI step where it actually works (don't for early networking, when fetching ks, or in kicktart). Resolves: rhbz#722276 --- loader/net.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/loader/net.c b/loader/net.c index c303fbe..b5f4777 100644 --- a/loader/net.c +++ b/loader/net.c @@ -482,9 +482,7 @@ int readNetConfig(char * device, iface_t * iface, exit(1); } - newtWinMessage(_("Network Error"), _("Retry"), - _("There was an error configuring your network " - "interface.")); + logMessage(ERROR, "failed to configure network interface"); return LOADER_BACK; } -- 1.7.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list