lfam pushed a commit to branch master
in repository guix.

commit 82fd2eeed3335116cac6bd198420da7ba36cbc52
Author: Caliph Nomble <[email protected]>
AuthorDate: Tue Jan 19 22:47:19 2021 +0000

    gnu: linux-libre: Allow disk encryption by default.
    
    * gnu/packages/linux.scm (%default-extra-linux-options): Enable 
CONFIG_DM_CRYPT
    as a module.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e0f056a..d17ea4f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -641,6 +641,8 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
     ("CONFIG_MEMCG_KMEM" . #t)
     ("CONFIG_CPUSETS" . #t)
     ("CONFIG_PROC_PID_CPUSET" . #t)
+    ;; Allow disk encryption by default
+    ("CONFIG_DM_CRYPT" . m)
     ;; Modules required for initrd:
     ("CONFIG_NET_9P" . m)
     ("CONFIG_NET_9P_VIRTIO" . m)

Reply via email to