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 a raw-initrd and use it to define base-initrd. Date: Fri, 10 Mar 2017 17:03:34 +0100 Message-ID: <878tod86g9.fsf@gnu.org> References: <874lz3lltf.fsf@gnu.org> <20170309183923.21671-1-m.othacehe@gmail.com> 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]:39331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmN12-0005A4-PE for guix-devel@gnu.org; Fri, 10 Mar 2017 11:03:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmN0y-0000dL-Th for guix-devel@gnu.org; Fri, 10 Mar 2017 11:03:40 -0500 In-Reply-To: <20170309183923.21671-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 9 Mar 2017 19:39:23 +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: Mathieu Othacehe Cc: guix-devel@gnu.org Mathieu Othacehe skribis: > * gnu/system/linux-initrd.scm (raw-initrd): New exported variable. > (base-initrd): Use raw-initrd to build the initrd. > * doc/guix.texi (Initial RAM Disk): Document it. > --- > > Hi Ludo, > > Here's the update, thank for the review ! > I run make check-system TESTS=3Dbasic like you suggested, > no problems reported. Great. Applied, thanks! Ludo=E2=80=99.