guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: linux-libre: Allow disk encryption by default.


From: guix-commits
Subject: 01/07: gnu: linux-libre: Allow disk encryption by default.
Date: Sun, 24 Jan 2021 14:06:52 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 82fd2eeed3335116cac6bd198420da7ba36cbc52
Author: Caliph Nomble <calnomble@protonmail.com>
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 <leo@famulari.name>
---
 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

[Prev in Thread] Current Thread [Next in Thread]