aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-24 23:31:56 +0100
committerLudovic Courtès <ludo@gnu.org>2016-03-24 23:31:56 +0100
commit622b2304ce1f9cde88ba9b8dd01780e98e5d3273 (patch)
tree4c6c938e8153fcc7b322dd464af45ef9fc523421 /build-aux
parentaeaa5ccbf4e12ce651443bb0fda53e25599a221e (diff)
downloadguix-622b2304ce1f9cde88ba9b8dd01780e98e5d3273.tar
guix-622b2304ce1f9cde88ba9b8dd01780e98e5d3273.tar.gz
doc: We now need 1 GiB for the installation USB image.
* doc/guix.texi (Building the Installation Image): Change image size to 1G. * build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/gnu-system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index c5004a65ac..548d9e044a 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -161,7 +161,7 @@ system.")
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
- (* 860 MiB))))))
+ (* 1024 MiB))))))
'()))
(define (tarball-jobs store system)