From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqigb-0001Ix-Dx for guix-patches@gnu.org; Tue, 27 Feb 2018 12:05:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqigY-0001Pi-AM for guix-patches@gnu.org; Tue, 27 Feb 2018 12:05:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56184) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqigY-0001PX-5k for guix-patches@gnu.org; Tue, 27 Feb 2018 12:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqigX-0001JV-TW for guix-patches@gnu.org; Tue, 27 Feb 2018 12:05:01 -0500 Subject: [bug#30572] [PATCH 3/7] system: Allow customization of the initrd's Guile. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180222103528.5108-1-cmmarusich@gmail.com> <20180222103528.5108-3-cmmarusich@gmail.com> <87371t8bt2.fsf@gmail.com> Date: Tue, 27 Feb 2018 18:04:00 +0100 In-Reply-To: <87371t8bt2.fsf@gmail.com> (Chris Marusich's message of "Thu, 22 Feb 2018 13:10:33 +0100") Message-ID: <87muzuz7nj.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: Chris Marusich Cc: 30572@debbugs.gnu.org Hello! Chris Marusich skribis: > @deffn {Monadic Procedure} base-initrd @var{file-systems} @ > - [#:mapped-devices '()] [#:qemu-networking? #f] [#:volatile-root? = #f]@ > + [#:linux linux-libre] > + [#:mapped-devices '()] [#:guile %guile-static-stripped] > + [#:qemu-networking? #f] [#:volatile-root? #f]@ Nitpick: you need an @ at the end of intermediate lines. :-) Otherwise LGTM. Thanks, Ludo=E2=80=99.