From 2a523c7d2610781908104ead2bb641f5d9ce5e9c Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 24 Nov 2009 19:05:38 -0600 Subject: [PATCH 2/5] remove-mediaDevice-check --- backend.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/backend.py b/backend.py index 5501ac8..6abc923 100644 --- a/backend.py +++ b/backend.py @@ -156,11 +156,9 @@ class AnacondaBackend: if self._loopbackFile and os.path.exists(self._loopbackFile): return - # If we've booted off the first CD/DVD (so, not the boot.iso) then + # If we've booted off the first CD (so, not the boot.iso or DVD) then # copy the install.img to the filesystem and switch loopback devices # to there. Otherwise we won't be able to unmount and swap media. - if not anaconda.mediaDevice or not os.path.exists(installimg): - return free = anaconda.id.storage.fsFreeSpace self._loopbackFile = "%s%s/rhinstall-install.img" % (anaconda.rootPath, -- 1.6.5.2