From 05ec3f06b8e7ca68cb5352e58dcb26d147168d5e Mon Sep 17 00:00:00 2001 From: David Lehman Date: Fri, 31 Oct 2008 08:57:45 -0500 Subject: Fix a typo that breaks kickstart with encryption. (#469318) --- partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partitions.py') diff --git a/partitions.py b/partitions.py index b6794fae1..cfe770d87 100644 --- a/partitions.py +++ b/partitions.py @@ -104,7 +104,7 @@ def partitioningComplete(anaconda): continue if request.encryption and request.encryption.format: - if anaconda.isKickstart and request.passphrase: + if anaconda.isKickstart and request.encryption.passphrase: # they set a passphrase for this device explicitly pass elif partitions.encryptionPassphrase: -- cgit