[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/36: vm: Make the device node procedure a parameter.
From: |
guix-commits |
Subject: |
11/36: vm: Make the device node procedure a parameter. |
Date: |
Fri, 24 Apr 2020 08:14:08 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit da89456e254f00af71fd1e615b294dba124332d7
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 6c9efcd), guix-commits, 2020/04/24
- 04/36: gnu: guix: Do not copy bootstrap-guile when cross-compiling., guix-commits, 2020/04/24
- 01/36: compile: Pre-load the compiler outside 'with-target'., guix-commits, 2020/04/24
- 09/36: gnu: guix: Cross-build fix: override compressors., guix-commits, 2020/04/24
- 07/36: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/24
- 05/36: gnu: guix: Indent `copy-bootstrap-guile' code., guix-commits, 2020/04/24
- 06/36: gnu: guix: Cross-build workaround: Run native guile for version., guix-commits, 2020/04/24
- 14/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/24
- 10/36: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/24
- 11/36: vm: Make the device node procedure a parameter.,
guix-commits <=
- 12/36: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/24
- 17/36: gnu: hurd: Add NFS support., guix-commits, 2020/04/24
- 19/36: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/24
- 03/36: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/24
- 15/36: gnu: Add dde-sources., guix-commits, 2020/04/24
- 16/36: gnu: Add netdde., guix-commits, 2020/04/24
- 13/36: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/24
- 18/36: gnu: Add libtirpc/hurd., guix-commits, 2020/04/24
- 23/36: services: Add hurd-ttys-service-type., guix-commits, 2020/04/24
- 21/36: services: Add hurd., guix-commits, 2020/04/24