guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: Drop module not present in the binary Debian kernel, used


From: Andreas Enge
Subject: 01/01: system: Drop module not present in the binary Debian kernel, used for tests on bayfront.
Date: Fri, 20 Oct 2017 10:26:59 -0400 (EDT)

andreas pushed a commit to branch wip-bayfront
in repository guix.

commit b0b64380d16706c8e28e1d5a363a3f462f07597e
Author: Andreas Enge <address@hidden>
Date:   Fri Oct 20 16:24:44 2017 +0200

    system: Drop module not present in the binary Debian kernel, used for
    tests on bayfront.
    
    * gnu/system/linux-initrd.scm (base-initrd): Drop pata_acpi kernel module,
    which is not packaged with the Debian binary kernel.
---
 gnu/system/linux-initrd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 948c543..ff6018c 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -289,7 +289,7 @@ loaded at boot time in the order in which they appear."
       "nvme"                                     ;for new SSD NVMe devices
       "nls_iso8859-1"                            ;for `mkfs.fat`, et.al
       ,@(if (string-match "^(x86_64|i[3-6]86)-" (%current-system))
-            '("pata_acpi" "pata_atiixp"    ;for ATA controllers
+            '("pata_atiixp"    ;for ATA controllers
               "isci")                      ;for SAS controllers like Intel C602
             '())
       ,@(if (or virtio? qemu-networking?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]