Write out missing space on 'part' lines in ks file (#605938)
Encrypted physical volumes were missing a space on the part line written
to the example kickstart file.
---
storage/devices.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/storage/devices.py b/storage/devices.py
index 1e30f28..2184257 100644
--- a/storage/devices.py
+++ b/storage/devices.py
@@ -1614,6 +1614,7 @@ class LUKSDevice(DMCryptDevice):