mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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>
This commit is contained in:
parent
c95f7dc6f1
commit
82fd2eeed3
1 changed files with 2 additions and 0 deletions
|
@ -641,6 +641,8 @@ (define %default-extra-linux-options
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue