summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-12-30 17:26:19 -0500
committerChris Lumens <clumens@redhat.com>2008-12-30 17:26:19 -0500
commita60e62574e1a5c8c670b6c224b00577c2be9b81a (patch)
tree7a308fb1cb7f9fe75706185c7a23210a21549132 /anaconda
parent403e2bbee6fa6c1c5499b61569f2d4d760fc30ef (diff)
downloadanaconda-a60e62574e1a5c8c670b6c224b00577c2be9b81a.tar.gz
anaconda-a60e62574e1a5c8c670b6c224b00577c2be9b81a.tar.xz
anaconda-a60e62574e1a5c8c670b6c224b00577c2be9b81a.zip
Fix a traceback in checking for network install (ricky AT fedoraproject.org).
Diffstat (limited to 'anaconda')
-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