guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: berlin: Remove now unneeded "shpchp" module.


From: Ludovic Courtès
Subject: 01/01: hydra: berlin: Remove now unneeded "shpchp" module.
Date: Wed, 7 Nov 2018 12:29:40 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit af2eba331de464e43403582a8b369af7d5c528e5
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 7 18:28:52 2018 +0100

    hydra: berlin: Remove now unneeded "shpchp" module.
    
    * hydra/berlin.scm <initrd-modules>: Remove "shpchp", which is now
    built-in.
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index e363aa1..54165e0 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -89,7 +89,7 @@ Happy hacking!\n"))
   ;; The Dell server need these kernel modules for the
   ;; RAID controller.
   (initrd-modules (append (list "megaraid_sas" "scsi_transport_sas"
-                                "libsas" "shpchp")
+                                "libsas")
                           %base-initrd-modules))
 
   ;; Show the GRUB menu on the serial interface.



reply via email to

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