~ruther/guix-local

c299dffcc499879cddf220fcd4526254047da099 — David Thompson 11 years ago 000f755
linux-initrd: Add AHCI modules.

* gnu/system/linux-initrd (linux-modules): Add them.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/system/linux-initrd.scm
M gnu/system/linux-initrd.scm => gnu/system/linux-initrd.scm +2 -1
@@ 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)