summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-10-02 13:59:11 -0500
committerDavid Lehman <dlehman@redhat.com>2008-10-27 13:46:06 -0500
commit1fbec6206ec839e419c37c6963a83710cb6925b4 (patch)
tree3c1e9ad6834d297bc293e07df91b06a22543adf8 /iw
parent04e65d4245c693d32f9f9abf0e4577b394c4d572 (diff)
downloadanaconda-1fbec6206ec839e419c37c6963a83710cb6925b4.tar.gz
anaconda-1fbec6206ec839e419c37c6963a83710cb6925b4.tar.xz
anaconda-1fbec6206ec839e419c37c6963a83710cb6925b4.zip
Do all new device passphrase prompting from partitioningComplete.
Diffstat (limited to 'iw')
-rw-r--r--iw/autopart_type.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index b4d54df18..d745a1ee5 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -141,13 +141,7 @@ class PartitionTypeWindow(InstallWindow):
self.dispatch.skipStep("autopartitionexecute", skip = 0)
if self.xml.get_widget("encryptButton").get_active():
- preexist = self.partitions.hasPreexistingCryptoDev()
- (thepass, retrofit) = self.intf.getLuksPassphrase(self.partitions.encryptionPassphrase, preexist=preexist)
- if not thepass:
- raise gui.StayOnScreen
- self.partitions.encryptionPassphrase = thepass
self.partitions.autoEncrypt = True
- self.partitions.retrofitPassphrase = retrofit
else:
self.partitions.encryptionPassphrase = ""
self.partitions.retrofitPassphrase = False