emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45998: closed ([PATCH] gnu: linux-libre: Allow disk encryption by de


From: GNU bug Tracking System
Subject: bug#45998: closed ([PATCH] gnu: linux-libre: Allow disk encryption by default.)
Date: Sun, 24 Jan 2021 19:08:02 +0000

Your message dated Sun, 24 Jan 2021 14:07:24 -0500
with message-id <YA3FbNjKwE2e2u6M@jasmine.lan>
and subject line Re: [bug#45998] [PATCH] gnu: linux-libre: Allow disk 
encryption by default.
has caused the debbugs.gnu.org bug report #45998,
regarding [PATCH] gnu: linux-libre: Allow disk encryption by default.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45998: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45998
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: linux-libre: Allow disk encryption by default. Date: Tue, 19 Jan 2021 22:47:19 +0000
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#45998] [PATCH] gnu: linux-libre: Allow disk encryption by default. Date: Sun, 24 Jan 2021 14:07:24 -0500
On Tue, Jan 19, 2021 at 10:47:19PM +0000, guix-patches--- via wrote:
> * gnu/packages/linux.scm (%default-extra-linux-options): Enable 
> CONFIG_DM_CRYPT
> as a module.

Pushed as 82fd2eeed3335116cac6bd198420da7ba36cbc52


--- End Message ---

reply via email to

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