summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
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 662465150..eaf3da98f 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -328,7 +328,7 @@ char * mountHardDrive(struct installMethod * method,
*/
substr = strstr(dir, ".img");
if (!substr || (substr && *(substr+4) != '\0')) {
- if (asprintf(&dir, "%s/stage2.img", dir) == -1) {
+ if (asprintf(&dir, "%s/install.img", dir) == -1) {
logMessage(CRITICAL, "%s: %d: %m", __func__, __LINE__);
abort();
}