From 3a396ff9cbc07baaa60207bf257f983a41fd8b3d 2019-10-21 15:22:40 From: burnbabyburn <2515038+burnbabyburn@users.noreply.github.com> Date: 2019-10-21 15:22:40 Subject: [PATCH] Update README.md --- diff --git a/README.md b/README.md index 37b60d8..79908f0 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,9 @@ Remove all `locale` translation files. --- #### Encrypted root partition: +##### `KERNEL_CRYPTFS`=false +Enable Kernel Moduls for crypto + ##### `ENABLE_CRYPTFS`=false Enable full system encryption with dm-crypt. Setup a fully LUKS encrypted root partition (aes-xts-plain64:sha512) and generate required initramfs. The /boot directory will not be encrypted. This parameter will be ignored if `BUILD_KERNEL`=false. `ENABLE_CRYPTFS` is experimental. SSH-to-initramfs is currently not supported but will be soon - feel free to help.