guix-commits
[Top][All Lists]
Advanced

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

01/01: linux-initrd: Add serpent_generic and wp512 to the default set of


From: Mark H. Weaver
Subject: 01/01: linux-initrd: Add serpent_generic and wp512 to the default set of modules.
Date: Wed, 03 Feb 2016 21:48:24 +0000

mhw pushed a commit to branch master
in repository guix.

commit dfb9001ad8c32418e5348f8c273698b1af2d429e
Author: Mark H Weaver <address@hidden>
Date:   Fri Jan 22 20:53:04 2016 -0500

    linux-initrd: Add serpent_generic and wp512 to the default set of modules.
    
    Adds modules needed for encrypted root partitions using the Serpent cipher 
or
    Whirlpool digest algorithms.
    
    * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add
      "serpent_generic" and "wp512".
---
 gnu/system/linux-initrd.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 37c042b..f6bd84f 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -181,7 +181,7 @@ loaded at boot time in the order in which they appear."
     `("ahci"                                  ;for SATA controllers
       "usb-storage" "uas"                     ;for the installation image etc.
       "usbhid" "hid-generic" "hid-apple"      ;keyboards during early boot
-      "dm-crypt" "xts"                        ;for encrypted root partitions
+      "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
       ,@(if (string-match "^(x86_64|i[3-6]86)-" (%current-system))
             '("pata_acpi" "pata_atiixp"    ;for ATA controllers
               "isci")                      ;for SAS controllers like Intel C602



reply via email to

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