summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-12 16:10:48 -0500
committerChris Lumens <clumens@redhat.com>2008-02-12 16:11:07 -0500
commitdf65822ff98ad737ff0555117ed8a891060b6da0 (patch)
tree335529253a6056d17e424fa104bc7bef09a90879 /partedUtils.py
parente88dffe61aa8ac671160bc6e0c7d861d222f1cde (diff)
downloadanaconda-df65822ff98ad737ff0555117ed8a891060b6da0.tar.gz
anaconda-df65822ff98ad737ff0555117ed8a891060b6da0.tar.xz
anaconda-df65822ff98ad737ff0555117ed8a891060b6da0.zip
Finish HDISO installs, at least for DVDs (#431132).
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index ad0003f8b..979eaacc9 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -876,7 +876,7 @@ class DiskSet:
part = disk.next_partition(part)
continue
else:
- checkRoot = self.anaconda.method.isoDir
+ checkRoot = "/mnt/isodir"
if os.access (checkRoot + '/etc/fstab', os.R_OK):
relstr = getReleaseString(checkRoot)