unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45998] [PATCH] gnu: linux-libre: Allow disk encryption by default.
@ 2021-01-19 22:47 guix-patches--- via
  2021-01-20  1:54 ` Leo Famulari
  2021-01-24 19:07 ` Leo Famulari
  0 siblings, 2 replies; 10+ messages in thread
From: guix-patches--- via @ 2021-01-19 22:47 UTC (permalink / raw)
  To: 45998; +Cc: Caliph Nomble

* gnu/packages/linux.scm (%default-extra-linux-options): Enable CONFIG_DM_CRYPT
as a module.
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7ed71e9d8f..26b3035518 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)
-- 
2.26.2






^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-24 19:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:47 [bug#45998] [PATCH] gnu: linux-libre: Allow disk encryption by default guix-patches--- via
2021-01-20  1:54 ` Leo Famulari
2021-01-20  3:28   ` guix-patches--- via
2021-01-20 17:08     ` Leo Famulari
2021-01-21 22:21       ` guix-patches--- via
2021-01-22 19:08         ` Leo Famulari
2021-01-22 20:25         ` guix-patches--- via
2021-01-22 20:38           ` guix-patches--- via
2021-01-23 17:21             ` guix-patches--- via
2021-01-24 19:07 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).