From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWNHn-0008On-EG for guix-patches@gnu.org; Sat, 15 Jul 2017 09:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWNHj-0006oI-FA for guix-patches@gnu.org; Sat, 15 Jul 2017 09:39:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36960) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWNHj-0006oC-BT for guix-patches@gnu.org; Sat, 15 Jul 2017 09:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dWNHj-0002VF-4Z for guix-patches@gnu.org; Sat, 15 Jul 2017 09:39:03 -0400 Subject: [bug#27705] [PATCH 4/4] install: Use grub-efi. Resent-Message-ID: From: Danny Milosavljevic Date: Sat, 15 Jul 2017 15:37:56 +0200 Message-Id: <20170715133756.9883-3-dannym@scratchpost.org> In-Reply-To: <20170715133756.9883-1-dannym@scratchpost.org> References: <20170715133532.9687-1-dannym@scratchpost.org> <20170715133756.9883-1-dannym@scratchpost.org> 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: 27705@debbugs.gnu.org * gnu/system/install.scm (installation-os): Use grub-efi. --- gnu/system/install.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index f9aa7f673..97cc0c9f6 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -299,7 +299,8 @@ Use Alt-F2 for documentation. (host-name "gnu") (timezone "Europe/Paris") (locale "en_US.utf8") - (bootloader (grub-configuration + (bootloader (bootloader-configuration + (bootloader grub-efi-bootloader) (device "/dev/sda"))) (file-systems ;; Note: the disk image build code overrides this root file system with