summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-09-15 13:22:41 -0500
committerDavid Lehman <dlehman@redhat.com>2008-09-15 13:27:28 -0500
commit4365be91d6bc5a28d212d551e95de63569fe23a7 (patch)
tree13c8a1e637deade5b80e5d50bc50e371bba576d4 /packages.py
parent112a871226a6421e74b5937cfb286c238bbca864 (diff)
downloadanaconda-4365be91d6bc5a28d212d551e95de63569fe23a7.tar.gz
anaconda-4365be91d6bc5a28d212d551e95de63569fe23a7.tar.xz
anaconda-4365be91d6bc5a28d212d551e95de63569fe23a7.zip
Do encrypted device passphrase retrofits while activating partitioning.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index 82fb7c7c4..d8006a281 100644
--- a/packages.py
+++ b/packages.py
@@ -150,6 +150,8 @@ def turnOnFilesystems(anaconda):
searchPath = 1)
w.pop()
+ anaconda.id.partitions.doEncryptionRetrofits()
+
try:
anaconda.id.partitions.doMetaResizes(anaconda.id.diskset)
except lvm.LVResizeError, e: