janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 2c56ef237edba8db8201115fad74d493e84a222a
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Sun Apr 12 13:51:19 2020 +0200
system: hurd: Bump image size to 10GiB.
* gnu/system/hurd.scm (cross-hurd-image): Use 10GiB; 2 is too small to
build `hello'.
---
gnu/system/hurd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index a2e5646..bf74542 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -232,7 +232,7 @@ guix build -e '(@@ (gnu packages commencement)
gnu-make-boot0)' --fallback --no-
#:bootloader grub-bootloader
#:register-closures? #f
#:device-nodes 'hurd
- #:disk-image-size (* 2 (expt 2 30)) ;2GiB
+ #:disk-image-size (* 10 (expt 2 30)) ;10GiB
#:extra-directives hurd-directives))
;; Return this thunk so one can type "guix build -f gnu/system/hurd.scm".