[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/48: vm: Make the device node procedure a parameter.
From: |
guix-commits |
Subject: |
05/48: vm: Make the device node procedure a parameter. |
Date: |
Sun, 19 Apr 2020 10:22:06 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit c927ae8d8b7c8cddf093d98f1d9e30a5233677b1
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".
- branch wip-hurd-vm created (now ba6bdb0), guix-commits, 2020/04/19
- 01/48: gnu: perl: Actually produce a host perl when cross-compiling., guix-commits, 2020/04/19
- 05/48: vm: Make the device node procedure a parameter.,
guix-commits <=
- 04/48: gnu: texinfo: Cross-build fix: Use host perl in host scripts., guix-commits, 2020/04/19
- 02/48: gnu: autoconf: Support cross-build., guix-commits, 2020/04/19
- 03/48: gnu: automake: Support cross-build., guix-commits, 2020/04/19
- 06/48: syscalls: 'readdir*' chooses between the Linux and Hurd code at run time., guix-commits, 2020/04/19
- 08/48: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/19
- 11/48: gnu: Add dde-sources., guix-commits, 2020/04/19
- 13/48: gnu: hurd: Add NFS support., guix-commits, 2020/04/19
- 12/48: gnu: Add netdde., guix-commits, 2020/04/19
- 17/48: services: Add hurd-ttys-service-type., guix-commits, 2020/04/19
- 18/48: services: Add hurd-user-services-service-type., guix-commits, 2020/04/19