[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)
- branch master updated (c95f7dc -> 898e137), guix-commits, 2021/01/24
- 01/07: gnu: linux-libre: Allow disk encryption by default.,
guix-commits <=
- 04/07: gnu: linux-libre 4.19: Update to 4.19.170., guix-commits, 2021/01/24
- 02/07: gnu: linux-libre: Update to 5.10.10., guix-commits, 2021/01/24
- 03/07: gnu: linux-libre 5.4: Update to 5.4.92., guix-commits, 2021/01/24
- 05/07: gnu: linux-libre 4.14: Update to 4.14.217., guix-commits, 2021/01/24
- 06/07: gnu: linux-libre 4.9: Update to 4.9.253., guix-commits, 2021/01/24
- 07/07: gnu: linux-libre 4.4: Update to 4.4.253., guix-commits, 2021/01/24