summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-09-23 13:21:02 -0400
committerChris Lumens <clumens@redhat.com>2008-09-29 10:06:51 -0400
commit45e5b027fed8efd0df49df739a84135afb45b5f3 (patch)
tree037be9ff2681851a842fce76cc1a40aa2d629f61 /loader
parent51a45ee6304376f9275f2c3b1220a6eb9d4f4afc (diff)
downloadanaconda-45e5b027fed8efd0df49df739a84135afb45b5f3.tar.gz
anaconda-45e5b027fed8efd0df49df739a84135afb45b5f3.tar.xz
anaconda-45e5b027fed8efd0df49df739a84135afb45b5f3.zip
Look in images/ for install.img on HDISO (#463474).
Diffstat (limited to 'loader')
-rw-r--r--loader/hdinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/hdinstall.c b/loader/hdinstall.c
index 3e56e0d02..ccee847a3 100644
--- a/loader/hdinstall.c
+++ b/loader/hdinstall.c
@@ -339,7 +339,7 @@ char * mountHardDrive(struct installMethod * method,
*/
substr = strstr(dir, ".img");
if (!substr || (substr && *(substr+4) != '\0')) {
- if (asprintf(&dir, "%s/install.img", dir) == -1) {
+ if (asprintf(&dir, "%s/images/install.img", dir) == -1) {
logMessage(CRITICAL, "%s: %d: %m", __func__, __LINE__);
abort();
}