guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: berlin: Use the new 'initrd-modules' field.


From: Ludovic Courtès
Subject: 02/03: hydra: berlin: Use the new 'initrd-modules' field.
Date: Thu, 26 Apr 2018 17:03:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 647d2162666c953817fb7f47d430590577a1583c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 26 23:00:31 2018 +0200

    hydra: berlin: Use the new 'initrd-modules' field.
    
    * hydra/berlin.scm (initrd): Remove.
    (initrd-modules): New field.
---
 hydra/berlin.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index d5bdaf4..39ed6f5 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -88,11 +88,9 @@ Happy hacking!\n"))
 
   ;; The Dell server need these kernel modules for the
   ;; RAID controller.
-  (initrd (lambda (fs . args)
-            (apply base-initrd fs
-                   #:extra-modules
-                   (list "megaraid_sas" "libsas" "scsi_transport_sas")
-                   args)))
+  (initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
+                                "libsas" "shpchp")
+                          %base-initrd-modules))
 
   ;; Show the GRUB menu on the serial interface.
   (bootloader (grub-configuration (device "/dev/sda")



reply via email to

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