Unless I'm missing something, is adding encrypted device support to
kickstart as simple as the attached patch? I've already added the
appropriate syntax bits to pykickstart. Does this end up behaving the
same way the UI does, especially regarding handling missing passphrases?
- Chris
diff --git a/kickstart.py b/kickstart.py
index b648625..bc5d085 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -138,6 +138,10 @@ class AutoPart(commands.autopart.FC3_AutoPart):
# if you want it
self.handler.id.instClass.setDefaultPartitioning(s elf.handler.id, doClear = 0)
class AutoStep(commands.autostep.FC3_AutoStep):
@@ -512,6 +516,9 @@ class Partition(commands.partition.FC4_Partition):
if pd.fsopts != "":
request.fsopts = pd.fsopts