summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-02 22:19:18 +0000
committerMatt Wilson <msw@redhat.com>2000-02-02 22:19:18 +0000
commit782a37fff8924ea468d6697087f8097ecb4fa4bb (patch)
treecb33f858e0263cc33b99b82975f268a821c27cfd /loader
parent174e5c145989bfdb35de5d9199ad081d8c07751d (diff)
change for split stage2
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 354a3769a..7a9837329 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -508,7 +508,7 @@ static char * setupHardDrive(char * device, char * type, char * dir,
return NULL;
path = alloca(50 + (dir ? strlen(dir) : 2));
- sprintf(path, "/tmp/hdimage/%s/RedHat/base/stage2.img",
+ sprintf(path, "/tmp/hdimage/%s/RedHat/base/hdstg2.img",
dir ? dir : "");
if ((fd = open(path, O_RDONLY)) < 0) {
logMessage("cannot open %s", path);
@@ -989,7 +989,7 @@ static char * mountUrlImage(struct installMethod * method,
break;
}
- fd = urlinstStartTransfer(&ui, "base/stage2.img");
+ fd = urlinstStartTransfer(&ui, "base/netstg2.img");
if (fd < 0) {
newtWinMessage(_("FTP"), _("OK"),