linux-initrd: Add LUKS/dm-crypt modules to the initrd.
Suggested by Petter <petter@mykolab.ch> and Mark H Weaver <mhw@netris.org>. Partly fixes <http://bugs.gnu.org/19190>. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add dm-crypt and xts.master
parent
cc0e575a94
commit
07779d0add
|
@ -182,6 +182,7 @@ loaded at boot time in the order in which they appear."
|
|||
"isci" ;for SAS controllers like Intel C602
|
||||
"usb-storage" "uas" ;for the installation image etc.
|
||||
"usbkbd" "usbhid" ;USB keyboards, for debugging
|
||||
"dm-crypt" "xts" ;for encrypted root partitions
|
||||
,@(if (or virtio? qemu-networking?)
|
||||
virtio-modules
|
||||
'())
|
||||
|
|
Reference in New Issue