From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czNiJ-00057S-W4 for guix-patches@gnu.org; Sat, 15 Apr 2017 09:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czNiF-0008Jg-2d for guix-patches@gnu.org; Sat, 15 Apr 2017 09:26:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49810) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czNiE-0008Ht-V2 for guix-patches@gnu.org; Sat, 15 Apr 2017 09:26:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czNiE-0006dR-1z for guix-patches@gnu.org; Sat, 15 Apr 2017 09:26:02 -0400 Subject: bug#26339: [PATCH 14/18] scripts: system: Rename grub? and install-grub? to bootloader? and install-bootloader?. Resent-Message-ID: Date: Sat, 15 Apr 2017 15:25:15 +0200 From: Danny Milosavljevic Message-ID: <20170415152515.6b53adf2@scratchpost.org> In-Reply-To: <20170402135242.2958-14-m.othacehe@gmail.com> References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-14-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Pushed a variant of this as e61519ab9c26b2309c84b65456c4ee5cd4d2c163 to master. Changes are: - Still use grub-configuration-device instead of bootloader-configuration-device (in order to make it apply independently). - Still use "--no-grub" command line option.