From 91781e0268c62db8368b93feef08b77ac66b0e33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Wed, 12 Nov 2014 13:52:09 +0100
Subject: [PATCH] hydra: Make USB installation image bigger.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the
  USB disk image.
---
 build-aux/hydra/gnu-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index c7ad730abc3..6bcfbf5dc3f 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -151,7 +151,7 @@ (define MiB
                    (run-with-store store
                      (system-disk-image installation-os
                                         #:disk-image-size
-                                        (* 630 MiB)))))
+                                        (* 800 MiB)))))
       '()))
 
 (define job-name
-- 
GitLab