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

View file

@ -249,7 +249,8 @@ (define (file-system-type-predicate type)
(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)