~ruther/guix-local

ceb6b4c2aaa4a83d37db1a6613f7b0e2c4a8f09e — Ludovic Courtès 11 years ago c43065a
linux-initrd: Add modules for ATA controllers by default.

Reported by th3kent on #guix.

* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add
  pata_acpi.ko and pata_atiixp.ko.
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
@@ 167,7 167,8 @@ loaded at boot time in the order in which they appear."

  (define linux-modules
    ;; Modules added to the initrd and loaded from the initrd.
    `("libahci.ko" "ahci.ko" ; modules for SATA controllers
    `("libahci.ko" "ahci.ko"                      ;for SATA controllers
      "pata_acpi.ko" "pata_atiixp.ko"             ;for ATA controllers
      ,@(if (or virtio? qemu-networking?)
            virtio-modules
            '())