summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-24 05:09:03 +0000
committerMike Fulbright <msf@redhat.com>2001-07-24 05:09:03 +0000
commitdbe3a86e1b198899d061d2d10bc11956175f9beb (patch)
tree436750a42608d3fdebcf869381163c4b598863b6 /upgrade.py
parent5b3adf5230900227957b54f87a4b87ac005d6904 (diff)
downloadanaconda-dbe3a86e1b198899d061d2d10bc11956175f9beb.tar.gz
anaconda-dbe3a86e1b198899d061d2d10bc11956175f9beb.tar.xz
anaconda-dbe3a86e1b198899d061d2d10bc11956175f9beb.zip
work to make partitionless upgrades work better than before
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index fe1c6f05a..2fea9d6b8 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -121,7 +121,7 @@ def upgradeSwapSuggestion(dispatch, id, instPath):
if id.fsset.rootOnLoop():
space = isys.pathSpaceAvailable("/mnt/loophost")
- for entry in fsset.entries:
+ for entry in id.fsset.entries:
if entry.mountpoint != '/' or space <= 16:
continue