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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user