--- pyanaconda/storage/formats/luks.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/formats/luks.py b/pyanaconda/storage/formats/luks.py index f6c3147..55b13e0 100644 --- a/pyanaconda/storage/formats/luks.py +++ b/pyanaconda/storage/formats/luks.py @@ -107,6 +107,9 @@ class LUKS(DeviceFormat): "backup": self.add_backup_passphrase}) return s + def writeKS(self, f): + f.write(" --encrypted") + @property def dict(self): d = super(LUKS, self).dict -- 1.7.4.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list