guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: linux-initrd: Support NVMe devices.


From: Ludovic Courtès
Subject: 01/02: gnu: linux-initrd: Support NVMe devices.
Date: Wed, 29 Jun 2016 14:09:09 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit ad85791265ba5ae135f6c6aa90a0766620b2f3d0
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Jun 16 09:50:32 2016 +0200

    gnu: linux-initrd: Support NVMe devices.
    
    * gnu/system/linux-initrd.scm (base-initrd): Add nvme to linux-modules.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/system/linux-initrd.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 484bce7..8339fae 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -183,6 +184,7 @@ loaded at boot time in the order in which they appear."
       "usb-storage" "uas"                     ;for the installation image etc.
       "usbhid" "hid-generic" "hid-apple"      ;keyboards during early boot
       "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
+      "nvme"                                     ;for new SSD NVMe devices
       ,@(if (string-match "^(x86_64|i[3-6]86)-" (%current-system))
             '("pata_acpi" "pata_atiixp"    ;for ATA controllers
               "isci")                      ;for SAS controllers like Intel C602



reply via email to

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