guix-commits
[Top][All Lists]
Advanced

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

05/43: vm: Make the device node procedure a parameter.


From: guix-commits
Subject: 05/43: vm: Make the device node procedure a parameter.
Date: Mon, 20 Apr 2020 07:34:02 -0400 (EDT)

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

commit 5b6b2401122d6be910bd3928b2721ad9f28b3860
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Apr 7 10:21:48 2020 +0200

    vm: Make the device node procedure a parameter.
    
    * gnu/build/vm.scm (root-partition-initializer): Add #:make-device-nodes
    parameter and use it.
    * gnu/system/vm.scm (qemu-image): Add #:device-node parameter.  Pass
     #:make-device-nodes to 'root-partition-initializer'.
    * gnu/system/hurd.scm (cross-hurd-image): Pass #:device-nodes 'hurd to
    'qemu-image'.
---
 gnu/system/hurd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 2583ff0..059bfaf 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -209,6 +209,7 @@ fi\n"))
               #:bootcfg-drv grub.cfg
               #:bootloader grub-bootloader
               #:register-closures? #f
+              #:device-nodes 'hurd
               #:extra-directives hurd-directives))
 
 ;; Return this thunk so one can type "guix build -f gnu/system/hurd.scm".



reply via email to

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