summaryrefslogtreecommitdiffstats
path: root/pyanaconda/backend.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-06-11 14:46:42 -0400
committerChris Lumens <clumens@redhat.com>2010-06-11 14:47:12 -0400
commit29e06b2cc74313b4f95ed09dae67d091d05a30f8 (patch)
tree3d751c1afbac6671a664161b9822bc64c53aa3d7 /pyanaconda/backend.py
parent1c59220bfb63240ba0f6cc3a24f86696e50d386f (diff)
downloadanaconda-29e06b2cc74313b4f95ed09dae67d091d05a30f8.tar.gz
anaconda-29e06b2cc74313b4f95ed09dae67d091d05a30f8.tar.xz
anaconda-29e06b2cc74313b4f95ed09dae67d091d05a30f8.zip
Put another '/' in the rhinstall-install.img path (#601838).
Diffstat (limited to 'pyanaconda/backend.py')
-rw-r--r--pyanaconda/backend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/backend.py b/pyanaconda/backend.py
index 217fa5521..747252d4a 100644
--- a/pyanaconda/backend.py
+++ b/pyanaconda/backend.py
@@ -143,8 +143,8 @@ class AnacondaBackend:
# Copy the install.img to the filesystem and switch loopback devices
# to there. Otherwise we won't be able to unmount and swap media.
free = anaconda.storage.fsFreeSpace
- self._loopbackFile = "%s%s/rhinstall-install.img" % (anaconda.rootPath,
- free[-1][0])
+ self._loopbackFile = "%s/%s/rhinstall-install.img" % (anaconda.rootPath,
+ free[-1][0])
try:
log.info("transferring install image to install target")
win = anaconda.intf.waitWindow(_("Copying File"),