summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-04-24 13:55:10 -0500
committerDavid Lehman <dlehman@redhat.com>2009-04-24 15:00:37 -0500
commitb411847a898d4040bfd96e0e78ad289dc08c1b70 (patch)
tree5ac7b60002e7a375b7f357f18dec9b4f12a49dc9 /packages.py
parent83ad0ffd5086571378812ed173f0ee483df28f48 (diff)
downloadanaconda-b411847a898d4040bfd96e0e78ad289dc08c1b70.tar.gz
anaconda-b411847a898d4040bfd96e0e78ad289dc08c1b70.tar.xz
anaconda-b411847a898d4040bfd96e0e78ad289dc08c1b70.zip
Pass anaconda to turnOnSwap so we can use swap files.
For swap files we need to know anaconda.rootPath and since we're also using anaconda.intf it seems like time to just give in and pass anaconda.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index a7f5e3212..275c7c764 100644
--- a/packages.py
+++ b/packages.py
@@ -193,7 +193,7 @@ def turnOnFilesystems(anaconda):
sys.exit(1)
if not anaconda.id.upgrade:
- anaconda.id.storage.fsset.turnOnSwap(anaconda.intf)
+ anaconda.id.storage.fsset.turnOnSwap(anaconda)
anaconda.id.storage.fsset.mountFilesystems(anaconda,
raiseErrors=False,
readOnly=False,