guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: hydra: Increase size of USB image.


From: Ludovic Courtès
Subject: 04/04: hydra: Increase size of USB image.
Date: Thu, 16 Apr 2015 08:08:03 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit e1600f699699556dd7f5fb8a2252606bd984c836
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 16 10:05:36 2015 +0200

    hydra: Increase size of USB image.
    
    * build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from
      800 MiB to 850 MiB.
---
 build-aux/hydra/gnu-system.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index cfef7dc..cb2e209 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -158,7 +158,7 @@ system.")
                        (set-guile-for-build (default-guile))
                        (system-disk-image installation-os
                                           #:disk-image-size
-                                          (* 800 MiB))))))
+                                          (* 850 MiB))))))
       '()))
 
 (define job-name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]