From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] linux-initrd: Add ATA and SAS modules to the default set of modules. Date: Tue, 27 Feb 2018 16:03:10 +0100 Message-ID: <87zi3u1nm9.fsf@gnu.org> References: <20180222223403.1c3773a5@scratchpost.org> <20180222215004.4686-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqgmi-0008PW-Oh for guix-devel@gnu.org; Tue, 27 Feb 2018 10:03:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqgmf-0006Dv-ID for guix-devel@gnu.org; Tue, 27 Feb 2018 10:03:16 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:60338) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqgmf-0006DA-BK for guix-devel@gnu.org; Tue, 27 Feb 2018 10:03:13 -0500 In-Reply-To: <20180222215004.4686-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Thu, 22 Feb 2018 22:50:04 +0100") 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: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add "pata_via= ", > "sata_via", "megaraid_sas", "libsas", "scsi_transport_sas", "mptbase", > "mptsas", "mptscsih". I think we can do that, but only once we have the code that loads modules on demand, and assuming the initrd size remains reasonable. Ludo=E2=80=99.