summaryrefslogtreecommitdiffstats
path: root/loader2/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/method.c')
-rw-r--r--loader2/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/method.c b/loader2/method.c
index eb07dda7f..c2c761e69 100644
--- a/loader2/method.c
+++ b/loader2/method.c
@@ -164,7 +164,7 @@ char * validIsoImages(char * dirName) {
continue;
}
- if (!access("/tmp/loopimage/RedHat/base/hdstg1.img", F_OK)) {
+ if (!access("/tmp/loopimage/RedHat/base/hdstg2.img", F_OK)) {
umountLoopback("/tmp/loopimage", "loop7");
break;
}