summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-12-16 10:29:20 +0100
committerHans de Goede <hdegoede@redhat.com>2009-12-16 10:29:20 +0100
commit7806529f4c743b9ea1e2dea8ee833cc51f35ce57 (patch)
tree30c1294daf14064aae4fa74bfd7439fdfcea96cf /backend.py
parentc77e724ad814cbfb16310fe297092ba3a2c32d9a (diff)
downloadanaconda-7806529f4c743b9ea1e2dea8ee833cc51f35ce57.tar.gz
anaconda-7806529f4c743b9ea1e2dea8ee833cc51f35ce57.tar.xz
anaconda-7806529f4c743b9ea1e2dea8ee833cc51f35ce57.zip
Restore accidentally removed line in backend.py
Commit 98504bcaad593f3271a76f1591120310c781049d, accidentally removes a non related line, this patch restores this.
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.py b/backend.py
index 2ed8249e8..5ddeb8cd7 100644
--- a/backend.py
+++ b/backend.py
@@ -153,7 +153,7 @@ class AnacondaBackend:
# to there. Otherwise we won't be able to unmount and swap media.
free = anaconda.id.storage.fsFreeSpace
self._loopbackFile = "%s%s/rhinstall-install.img" % (anaconda.rootPath,
-
+ free[-1][0])
try:
win = anaconda.intf.waitWindow(_("Copying File"),
_("Transferring install image to hard drive"))