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.
This commit is contained in:
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
|
"isci" ;for SAS controllers like Intel C602
|
||||||
"usb-storage" "uas" ;for the installation image etc.
|
"usb-storage" "uas" ;for the installation image etc.
|
||||||
"usbkbd" "usbhid" ;USB keyboards, for debugging
|
"usbkbd" "usbhid" ;USB keyboards, for debugging
|
||||||
|
"dm-crypt" "xts" ;for encrypted root partitions
|
||||||
,@(if (or virtio? qemu-networking?)
|
,@(if (or virtio? qemu-networking?)
|
||||||
virtio-modules
|
virtio-modules
|
||||||
'())
|
'())
|
||||||
|
|
Loading…
Reference in New Issue