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
parent
c95f7dc6f1
commit
82fd2eeed3
|
@ -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)
|
||||
|
|
Reference in New Issue