From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erLC3-0002Mk-Ge for guix-patches@gnu.org; Thu, 01 Mar 2018 05:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erLBy-0001Er-R5 for guix-patches@gnu.org; Thu, 01 Mar 2018 05:12:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erLBy-0001Eg-No for guix-patches@gnu.org; Thu, 01 Mar 2018 05:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erLBy-0007lk-Fn for guix-patches@gnu.org; Thu, 01 Mar 2018 05:12:02 -0500 Subject: [bug#30629] [PATCH 0/5] Detect missing modules in the initrd Resent-Message-ID: Date: Thu, 1 Mar 2018 11:11:00 +0100 From: Danny Milosavljevic Message-ID: <20180301111100.1e67b747@scratchpost.org> In-Reply-To: <87y3jc6rgy.fsf@gnu.org> References: <20180227141720.12513-1-ludo@gnu.org> <20180227222632.42bcf52c@scratchpost.org> <87tvu2w2vg.fsf@gnu.org> <20180227235027.00bc79b1@scratchpost.org> <87y3jc6rgy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30629@debbugs.gnu.org Hi Ludo, On Thu, 01 Mar 2018 11:05:33 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> > (define* (base-initrd file-systems > >> > #:key > >> > (linux linux-libre) > >> > + (linux-modules '()) > >> > (kmod kmod-minimal/static) > >> > (mapped-devices '()) > >> > qemu-networking? =20 > >>=20 > >> We no longer need #:kmod here. =20 > > > > Yes, we do. =20 >=20 > I mean in the final version we=E2=80=99ll use the (gnu build linux-module= s) I > think, so we won=E2=80=99t need kmod anymore. Or am I missing something? depmod. It creates the modules.alias in the first place - it won't go away even after we use (gnu build linux-modules) for looking up stuff in modules.alias .