[PATCH] Add a writeKS method for encrypted partitions.

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

 



---
 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


[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