[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 5/7] Scan for encrypted devices before looking for existing roots.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 5/7] Scan for encrypted devices before looking for existing roots.
- Date: Fri, 1 Feb 2008 13:04:26 -0600
---
upgrade.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/upgrade.py b/upgrade.py
index f32aca1..f691f69 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -134,7 +134,8 @@ def findExistingRoots(anaconda, upgradeany = 0):
return []
anaconda.id.diskset.openDevices()
-
+
+ anaconda.id.partitions.getEncryptedDevices(anaconda.id.diskset)
rootparts = anaconda.id.diskset.findExistingRootPartitions(upgradeany = upgradeany)
# close the devices to make sure we don't leave things sitting open
--
1.5.3.7
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]