From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7k32-0003zi-OD for guix-patches@gnu.org; Mon, 08 May 2017 10:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7k30-0001YV-5Z for guix-patches@gnu.org; Mon, 08 May 2017 10:54:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36323) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7k30-0001YR-1s for guix-patches@gnu.org; Mon, 08 May 2017 10:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7k2z-0000Bl-Rx for guix-patches@gnu.org; Mon, 08 May 2017 10:54:01 -0400 Subject: bug#26339: [PATCH v2 01/12] system: Pass to grub. Resent-Message-ID: References: <20170417090148.13791-1-m.othacehe@gmail.com> <20170417090148.13791-2-m.othacehe@gmail.com> <87zienofiy.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87zienofiy.fsf@gnu.org> Date: Mon, 08 May 2017 16:53:33 +0200 Message-ID: <87vapbs8lu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26339@debbugs.gnu.org Hi Ludo, > Since the goal of this patch set was to support multiple bootloaders, > the right fix would be for (gnu system) to not use (gnu system grub). > Instead there should probably be a (gnu system bootloaders) module > providing a bootloader abstraction. The still in review serie adds a (gnu system bootloader) module offering the abstraction you're talking about. The file is added in "[PATCH v3 1/9] system: Add extlinux support"[1] and modified by following patches. Thanks, Mathieu [1] : https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26339#268