me
/
guix
Archived
1
0
Fork 0

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>
master
Caliph Nomble 2021-01-19 22:47:19 +00:00 committed by Leo Famulari
parent c95f7dc6f1
commit 82fd2eeed3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
("CONFIG_MEMCG_KMEM" . #t) ("CONFIG_MEMCG_KMEM" . #t)
("CONFIG_CPUSETS" . #t) ("CONFIG_CPUSETS" . #t)
("CONFIG_PROC_PID_CPUSET" . #t) ("CONFIG_PROC_PID_CPUSET" . #t)
;; Allow disk encryption by default
("CONFIG_DM_CRYPT" . m)
;; Modules required for initrd: ;; Modules required for initrd:
("CONFIG_NET_9P" . m) ("CONFIG_NET_9P" . m)
("CONFIG_NET_9P_VIRTIO" . m) ("CONFIG_NET_9P_VIRTIO" . m)