1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 12:45:53 +02:00

linux-initrd: Add AHCI modules.

* gnu/system/linux-initrd (linux-modules): Add them.
This commit is contained in:
David Thompson
2014-07-18 11:03:02 -04:00
parent 000f7559a7
commit c299dffcc4
+2 -1
View File
@@ -249,7 +249,8 @@ exception and backtrace!)."
(define linux-modules
;; Modules added to the initrd and loaded from the initrd.
`(,@(if (or virtio? qemu-networking?)
`("libahci.ko" "ahci.ko" ; modules for SATA controllers
,@(if (or virtio? qemu-networking?)
virtio-modules
'())
,@(if (find (file-system-type-predicate "cifs") file-systems)