summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index a0f2ff16d..e1f0ce5e9 100755
--- a/anaconda
+++ b/anaconda
@@ -585,7 +585,7 @@ class Anaconda:
fail = True
elif self.stage2 is not None:
if self.stage2.startswith("cdrom://") and \
- not os.path.isdir("/mnt/source/Packages") and \
+ not os.path.isdir("/mnt/stage2/Packages") and \
numNetDevs == 0:
fail = True