summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-10-31 08:57:45 -0500
committerDavid Lehman <dlehman@redhat.com>2008-10-31 10:48:50 -0500
commit05ec3f06b8e7ca68cb5352e58dcb26d147168d5e (patch)
tree394f0f4f67d4d330905db2c60eab3558ef2a7b0e /partitions.py
parent9b7ccbbd2356e590c1e48c84dd1db4302157746c (diff)
downloadanaconda-05ec3f06b8e7ca68cb5352e58dcb26d147168d5e.tar.gz
anaconda-05ec3f06b8e7ca68cb5352e58dcb26d147168d5e.tar.xz
anaconda-05ec3f06b8e7ca68cb5352e58dcb26d147168d5e.zip
Fix a typo that breaks kickstart with encryption. (#469318)
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py2
1 files changed, 1 insertions, 1 deletions
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: