[PATCH] Write out missing space on 'part' lines in ks file (#605938)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux