mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
c43065a8ee
commit
ceb6b4c2aa
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ (define (file-system-type-predicate type)
|
|||
|
||||
(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
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue