guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: linux-initrd: Add LUKS/dm-crypt modules to the initrd.


From: Ludovic Courtès
Subject: 02/03: linux-initrd: Add LUKS/dm-crypt modules to the initrd.
Date: Sun, 20 Sep 2015 20:08:26 +0000

civodul pushed a commit to branch master
in repository guix.

commit 07779d0addd5bc52d0bc2e06054a158c5c6abb4b
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 20 22:02:02 2015 +0200

    linux-initrd: Add LUKS/dm-crypt modules to the initrd.
    
    Suggested by Petter <address@hidden>
    and Mark H Weaver <address@hidden>.
    
    Partly fixes <http://bugs.gnu.org/19190>.
    
    * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add dm-crypt
      and xts.
---
 gnu/system/linux-initrd.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 48b855b..519373f 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -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
             '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]