From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 12 10:45:33 2018 Received: (at 30604) by debbugs.gnu.org; 12 Mar 2018 14:45:33 +0000 Received: from localhost ([127.0.0.1]:57079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evOhh-0001ye-0T for submit@debbugs.gnu.org; Mon, 12 Mar 2018 10:45:33 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:51766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evOhf-0001yV-5q for 30604@debbugs.gnu.org; Mon, 12 Mar 2018 10:45:31 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9DD82123DD; Mon, 12 Mar 2018 15:45:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8zwWI3TA9VqT; Mon, 12 Mar 2018 15:45:29 +0100 (CET) Received: from ribbon (vpn-0-27.aquilenet.fr [IPv6:2a0c:e300:4:27::]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C2940123CF; Mon, 12 Mar 2018 15:45:29 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#30604] [PATCH v9 3/7] linux-initrd: Provide pure-Guile modprobe. References: <20180303135533.6112-1-dannym@scratchpost.org> <20180304010914.1322-1-dannym@scratchpost.org> <20180304010914.1322-4-dannym@scratchpost.org> <20180311212430.707ef0ea@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vent=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30604 Cc: 30604@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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.