[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Pass anaconda to storage.FSSet.turnOnSwap.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Pass anaconda to storage.FSSet.turnOnSwap.
- Date: Thu, 30 Apr 2009 14:41:08 -0500
Fixes a traceback on upgrade.
---
upgrade.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/upgrade.py b/upgrade.py
index c00c9c6..730bb4c 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -310,7 +310,7 @@ def upgradeMountFilesystems(anaconda):
anaconda.id.storage.fsset.parseFSTab(chroot=anaconda.rootPath)
if flags.setupFilesystems:
- anaconda.id.storage.fsset.turnOnSwap(upgrading=True)
+ anaconda.id.storage.fsset.turnOnSwap(anaconda, upgrading=True)
anaconda.id.storage.fsset.mkDevRoot(anaconda.rootPath)
# if they've been booting with selinux disabled, then we should
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]