[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/36: vm: Make the device node procedure a parameter.
From: |
guix-commits |
Subject: |
05/36: vm: Make the device node procedure a parameter. |
Date: |
Mon, 27 Apr 2020 06:19:43 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit ddb44df650592a29528ef3f4a913336230b1d3a1
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 fdb35e3), guix-commits, 2020/04/27
- 01/36: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/27
- 02/36: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/27
- 04/36: gnu: guix: Update to de41617661., guix-commits, 2020/04/27
- 05/36: vm: Make the device node procedure a parameter.,
guix-commits <=
- 06/36: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/27
- 10/36: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/27
- 08/36: gnu: hurd: Add NFS support., guix-commits, 2020/04/27
- 03/36: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/27
- 07/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/27
- 14/36: services: Add hurd-ttys-service-type., guix-commits, 2020/04/27
- 11/36: system: hurd: Add /etc/group., guix-commits, 2020/04/27
- 13/36: services: Add hurd-console-service-type., guix-commits, 2020/04/27
- 19/36: services: Add openssh-service as a Hurd service., guix-commits, 2020/04/27
- 12/36: services: Add hurd., guix-commits, 2020/04/27