Displaying 1 result from an estimated 1 matches for "cyph".
Did you mean:
cph
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
.../etc/ovirt-crypttab to hold encrypted swap configuration (Couldn't use /etc/crypttab since it happens in rc.sysinit, before persistence is available
* Modification of ovirt-early so it automatically brings up encrypted swap, if available
It works as follows:
ovirt_swap_encrypt={Swap|Swap2},cypher1[:cypher2...][;{Swap|Swap2},...]
the default cypher is set to aes-cbc-essiv:sha256
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
recipe/common-blacklist.ks | 4 +-
recipe/common-pkgs.ks | 1 +
recipe/common-post.ks | 12 +++++++++++
scripts/...