From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Kernel modules in initrd Date: Thu, 22 Feb 2018 22:44:50 +0100 Message-ID: <20180222224450.316489e5@scratchpost.org> References: <20180222211707.GB9758@jurong> <87371sg1ca.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoyfo-0006TJ-Lr for guix-devel@gnu.org; Thu, 22 Feb 2018 16:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoyfl-0001z8-Ic for guix-devel@gnu.org; Thu, 22 Feb 2018 16:45:04 -0500 In-Reply-To: <87371sg1ca.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Hi, On Thu, 22 Feb 2018 22:29:25 +0100 Jan Nieuwenhuizen wrote: > (initrd (lambda (file-systems . rest) > (apply base-initrd file-systems > #:extra-modules '("pata_via" "pata_acpi" "sata_via") > rest))) Hmm, see gnu/system/linux-initrd.scm linux-modules . It should already have pata_acpi, pata_atiixp. We probably should add pata_via, sata_via there... > > modules (list "megaraid_sas" "libsas" "scsi_transport_sas"). Sure, also to linux-modules.