summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-28 11:47:56 -0400
committerChris Lumens <clumens@redhat.com>2009-10-28 11:48:29 -0400
commit3e2c310767107b3067400b0d05b1fcb8842bef9c (patch)
tree04d871dae86a0203b6d4ed123fbe0621b02599e6
parent37e08ab1e761db6a7115bcff51641ed6db42ba92 (diff)
downloadanaconda-3e2c310767107b3067400b0d05b1fcb8842bef9c.tar.gz
anaconda-3e2c310767107b3067400b0d05b1fcb8842bef9c.tar.xz
anaconda-3e2c310767107b3067400b0d05b1fcb8842bef9c.zip
preexist -> onPart (#531407).
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 8029861d8..7eca65d1b 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -748,7 +748,7 @@ class Partition(commands.partition.F12_Partition):
storage.encryptionPassphrase = pd.passphrase
cert = getEscrowCertificate(self.handler.anaconda, pd.escrowcert)
- if pd.preexist:
+ if pd.onPart:
luksformat = format
device.format = getFormat("luks", passphrase=pd.passphrase, device=device.path,
escrow_cert=cert,