~ruther/guix-local

07779d0addd5bc52d0bc2e06054a158c5c6abb4b — Ludovic Courtès 10 years ago cc0e575
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/system/linux-initrd.scm
M gnu/system/linux-initrd.scm => gnu/system/linux-initrd.scm +1 -0
@@ 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
            '())