summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-03-03 11:54:52 -0500
committerChris Lumens <clumens@redhat.com>2008-03-04 13:04:01 -0500
commitbfa90959e7c6db82d12bec4957341e3563f39d25 (patch)
tree2181fa3db75998e905707b62cdb75edc27b6e8c1 /anaconda
parent30d4305d19a8cee86c0b4cc5c1cdf0e3dde51542 (diff)
downloadanaconda-bfa90959e7c6db82d12bec4957341e3563f39d25.tar.gz
anaconda-bfa90959e7c6db82d12bec4957341e3563f39d25.tar.xz
anaconda-bfa90959e7c6db82d12bec4957341e3563f39d25.zip
Support stage2= for CD installs in loader.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 0f2a14429..dd5c0c1bb 100755
--- a/anaconda
+++ b/anaconda
@@ -577,7 +577,7 @@ class Anaconda:
tree = "/%s" %(tree,)
self.mediaDevice = device
- self.methodstr = "file://" + tree
+ self.methodstr = "cdrom://%s" % tree
else:
self.methodstr = m