From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d82LH-00036j-6m for guix-patches@gnu.org; Tue, 09 May 2017 06:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d82LC-00019i-9c for guix-patches@gnu.org; Tue, 09 May 2017 06:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d82LC-00019c-2m for guix-patches@gnu.org; Tue, 09 May 2017 06:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d82LB-0003o7-Uh for guix-patches@gnu.org; Tue, 09 May 2017 06:26:01 -0400 Subject: bug#26339: [PATCH 02/18] system: Add extlinux support. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-2-m.othacehe@gmail.com> <87mvanjepx.fsf@gnu.org> <871sryqy3g.fsf@gmail.com> Date: Tue, 09 May 2017 12:25:17 +0200 In-Reply-To: <871sryqy3g.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 09 May 2017 09:38:11 +0200") Message-ID: <87lgq68gz6.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: Mathieu Othacehe Cc: 26339@debbugs.gnu.org, David Craven Hello! Mathieu Othacehe skribis: >> The record would define the implementation (GRUB, extlinux, >> u-boot, etc.) while would be purely >> configuration. >> >> How does that sound? >> > > I implemented most of this split between > bootloader-configuration/bootloader and it's waaay better ! Just to be clear: that will be =E2=80=9Cv4=E2=80=9D of the patch series, ri= ght? Ludo=E2=80=99.