From 9e69b09857e4a629cf3cac22369c3e704daf424b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 1 Jun 2014 23:50:39 +0200 Subject: hydra: Make USB installation image smaller. * build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image' to 630 MiB. --- build-aux/hydra/gnu-system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/hydra/gnu-system.scm') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index fce91c3160..f02f1f48e6 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -150,7 +150,7 @@ system.") (run-with-store store (system-disk-image installation-os #:disk-image-size - (* 700 MiB))))) + (* 630 MiB))))) '())) (define (hydra-jobs store arguments) -- cgit v1.2.3