From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYGsl-0007X6-GZ for guix-patches@gnu.org; Thu, 20 Jul 2017 15:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYGsi-0007sj-7y for guix-patches@gnu.org; Thu, 20 Jul 2017 15:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dYGsi-0007sd-4G for guix-patches@gnu.org; Thu, 20 Jul 2017 15:13:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dYGsi-0005Rc-05 for guix-patches@gnu.org; Thu, 20 Jul 2017 15:13:04 -0400 Subject: [bug#27705] [PATCH v2 4/4] vm: Use grub-hybrid's grub-mkrescue. Resent-Message-ID: From: Danny Milosavljevic Date: Thu, 20 Jul 2017 21:12:23 +0200 Message-Id: <20170720191223.17189-5-dannym@scratchpost.org> In-Reply-To: <20170720191223.17189-1-dannym@scratchpost.org> References: <20170720191223.17189-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/vm.scm (iso9660-image): Use grub-hybrid's grub-mkrescue. --- gnu/system/vm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 90d29b078..f9967254c 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -217,7 +217,7 @@ INPUTS is a list of inputs (as for packages)." inputs))) (set-path-environment-variable "PATH" '("bin" "sbin") inputs) - (make-iso9660-image #$(bootloader-package bootloader) + (make-iso9660-image #$grub-hybrid #$bootcfg-drv #$os-drv "/xchg/guixsd.iso"