From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evOiF-0003lB-QV for guix-patches@gnu.org; Mon, 12 Mar 2018 10:46:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evOiA-0006kT-8o for guix-patches@gnu.org; Mon, 12 Mar 2018 10:46:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evOiA-0006kO-4W for guix-patches@gnu.org; Mon, 12 Mar 2018 10:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evOi9-0001zQ-Tg for guix-patches@gnu.org; Mon, 12 Mar 2018 10:46:01 -0400 Subject: [bug#30604] [PATCH v9 3/7] linux-initrd: Provide pure-Guile modprobe. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180303135533.6112-1-dannym@scratchpost.org> <20180304010914.1322-1-dannym@scratchpost.org> <20180304010914.1322-4-dannym@scratchpost.org> <20180311212430.707ef0ea@scratchpost.org> Date: Mon, 12 Mar 2018 15:45:29 +0100 In-Reply-To: <20180311212430.707ef0ea@scratchpost.org> (Danny Milosavljevic's message of "Sun, 11 Mar 2018 21:24:30 +0100") Message-ID: <878taxnyie.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: Danny Milosavljevic Cc: 30604@debbugs.gnu.org Danny Milosavljevic skribis: >> + (define option-spec >> + '((quiet (single-char #\q) (value #f)))) > > Would make sense to also support "-a" (used when invoking modprobe to loa= d multiple > kernel modules at once). I suppose we can do that later because the kernel doesn=E2=80=99t use it in =E2=80=98call_modprobe=E2=80=99 and this thing is only ever invoked by the = kernel. WDYT? Ludo=E2=80=99.