linux-initrd: Add AHCI modules.

* gnu/system/linux-initrd (linux-modules): Add them.
master
David Thompson 2014-07-18 11:03:02 -04:00
parent 000f7559a7
commit c299dffcc4
1 changed files with 2 additions and 1 deletions

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)