diff options
Diffstat (limited to 'gnu/system/linux-initrd.scm')
-rw-r--r-- | gnu/system/linux-initrd.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm index d1b1216f9d..3279172da7 100644 --- a/gnu/system/linux-initrd.scm +++ b/gnu/system/linux-initrd.scm @@ -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 '()) |