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): def writeKS(self, f, preexisting=False, noformat=False, s=None): self.slave.writeKS(f, preexisting=preexisting, noformat=noformat, s=s) + f.write(" ") self.format.writeKS(f) if s: f.write(" %s" % s) -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list