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