guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/27: vm: 'qemu-image' uses the native partitioning tools and bootloade


From: guix-commits
Subject: 03/27: vm: 'qemu-image' uses the native partitioning tools and bootloader.
Date: Fri, 29 May 2020 04:43:31 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 03394a9a8116d76b6685ec49d777c5f8e1b7b70e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 27 23:08:15 2020 +0200

    vm: 'qemu-image' uses the native partitioning tools and bootloader.
    
    * gnu/system/vm.scm (qemu-image): Use #+ for Parted, the bootloader, etc.
---
 gnu/system/vm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index d737a5e..c7767db 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -345,7 +345,7 @@ system that is passed to 'populate-root-file-system'."
            (setlocale LC_ALL "en_US.utf8")
 
            (let ((inputs
-                  '#$(append (list parted e2fsprogs dosfstools)
+                  '#+(append (list parted e2fsprogs dosfstools)
                              (map canonical-package
                                   (list sed grep coreutils findutils gawk))))
 
@@ -422,12 +422,12 @@ system that is passed to 'populate-root-file-system'."
                                      #:partitions partitions
                                      #:grub-efi grub-efi
                                      #:bootloader-package
-                                     #$(bootloader-package bootloader)
+                                     #+(bootloader-package bootloader)
                                      #:bootcfg #$bootcfg-drv
                                      #:bootcfg-location
                                      #$(bootloader-configuration-file 
bootloader)
                                      #:bootloader-installer
-                                     #$(bootloader-installer bootloader)))))))
+                                     #+(bootloader-installer bootloader)))))))
    #:system system
    #:make-disk-image? #t
    #:disk-image-size disk-image-size



reply via email to

[Prev in Thread] Current Thread [Next in Thread]