summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-14 02:00:12 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-14 02:00:12 +0000
commitc540e134193f9759873ced09b0156c6219983101 (patch)
treeb36013fe219e6c3d8762bf2a0a32b538ac5c0373 /loader2/net.c
parent3f01dfc8e9d6b8bf25b79b1cbda94ca0ff4ada09 (diff)
downloadanaconda-c540e134193f9759873ced09b0156c6219983101.tar.gz
anaconda-c540e134193f9759873ced09b0156c6219983101.tar.xz
anaconda-c540e134193f9759873ced09b0156c6219983101.zip
merge from taroon-branch. all kinds of miscellaneous bugfixes, including
* firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
Diffstat (limited to 'loader2/net.c')
-rw-r--r--loader2/net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/net.c b/loader2/net.c
index 57891ee6c..97f689a30 100644
--- a/loader2/net.c
+++ b/loader2/net.c
@@ -227,7 +227,7 @@ void setupNetworkDeviceConfig(struct networkDeviceConfig * cfg,
_("Sending request for IP information for %s..."),
loaderData->netDev, 0);
} else {
- printf(_("Sending request for IP information for %s..."),
+ printf("Sending request for IP information for %s...\n",
loaderData->netDev);
}
@@ -638,7 +638,7 @@ int findHostAndDomain(struct networkDeviceConfig * dev, int flags) {
winStatus(40, 3, _("Hostname"),
_("Determining host name and domain..."));
else
- printf(_("Determining host name and domain..."));
+ printf("Determining host name and domain...\n");
name = mygethostbyaddr(inet_ntoa(dev->dev.ip));