summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-13 07:14:58 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-13 07:14:58 +0000
commitfbf80e90c2b9595edf7857e5f19f2b64b4931508 (patch)
tree2de90377331e926aeeaccd5837e8cf872d08fda4 /loader2/hdinstall.c
parent234a0ed83bf5b06ccffb911463d3e39ae469d9f6 (diff)
downloadanaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.tar.gz
anaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.tar.xz
anaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.zip
don't substitute PRODUCTNAME at build time and instead read it from
/.buildstamp at runtime
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r--loader2/hdinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c
index 026baf19d..f68414dd6 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -386,7 +386,7 @@ char * mountHardDrive(struct installMethod * method,
"partition hold the CD (iso9660) images "
"for %s? If you don't see the disk drive "
"you're using listed here, press F2 "
- "to configure additional devices."), PRODUCTNAME);
+ "to configure additional devices."), getProductName());
text = newtTextboxReflowed(-1, -1, buf, 62, 5, 5, 0);
free(buf);