From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJySg-0003aw-Re for guix-patches@gnu.org; Sun, 11 Jun 2017 04:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJySc-0000Rd-Sb for guix-patches@gnu.org; Sun, 11 Jun 2017 04:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37065) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJySc-0000RY-Ou for guix-patches@gnu.org; Sun, 11 Jun 2017 04:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJySc-0005e9-Fl for guix-patches@gnu.org; Sun, 11 Jun 2017 04:43:02 -0400 Subject: bug#26339: [PATCH] bootloader: Rename boot-name to bootloader-name. Resent-Message-ID: References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170610085327.1353-1-m.othacehe@gmail.com> <87lgozyl52.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87lgozyl52.fsf@gnu.org> Date: Sun, 11 Jun 2017 10:42:15 +0200 Message-ID: <8760g2oqzc.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?= , Danny Milosavljevic Cc: 26339@debbugs.gnu.org Hi ! Just to review the situation on the bootloader serie, there are still 3 patches, that may have gone unnoticed in #26339, here are the links : https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26339#504 (add extlinux gpt support). https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26339#507 (add extlinux gpt test). https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26339#519 (allow user to specifiy bootloader-configuration without package nor installer). Then, I'll send new patches adding a theme to extlinux :) Thanks, Mathieu