linux-initrd: Add AHCI modules.
* gnu/system/linux-initrd (linux-modules): Add them.
This commit is contained in:
parent
000f7559a7
commit
c299dffcc4
|
@ -249,7 +249,8 @@ exception and backtrace!)."
|
||||||
|
|
||||||
(define linux-modules
|
(define linux-modules
|
||||||
;; Modules added to the initrd and loaded from the initrd.
|
;; 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
|
virtio-modules
|
||||||
'())
|
'())
|
||||||
,@(if (find (file-system-type-predicate "cifs") file-systems)
|
,@(if (find (file-system-type-predicate "cifs") file-systems)
|
||||||
|
|
Loading…
Reference in New Issue