summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-12-16 16:51:01 +0000
committerBill Nottingham <notting@redhat.com>2003-12-16 16:51:01 +0000
commit521dbe80148a5e5301c8494592032c475c9be2e0 (patch)
tree673e4369f7b841a861efd97a14d6982b173c9098 /loader2/hdinstall.c
parent7ca8fa80202cdc514659eac64a51fafaf66dbbbe (diff)
downloadanaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.gz
anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.xz
anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.zip
remove some Red Hat-isms
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r--loader2/hdinstall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c
index 875d611c2..9d623131f 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -430,7 +430,7 @@ char * mountHardDrive(struct installMethod * method,
} else {
url = setupIsoImages(kspartition, ksdirectory, flags);
if (!url) {
- logMessage("unable to find Red Hat installation images on hd");
+ logMessage("unable to find %s installation images on hd",getProductName());
free(loaderData->method);
loaderData->method = NULL;
} else {
@@ -566,7 +566,7 @@ char * mountHardDrive(struct installMethod * method,
if (!url) {
newtWinMessage(_("Error"), _("OK"),
_("Device %s does not appear to contain "
- "Red Hat CDROM images."), selpart);
+ "%s CDROM images."), selpart, getProductName());
continue;
}