3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

hydra: Make USB installation image smaller.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image'
  to 630 MiB.
This commit is contained in:
Ludovic Courtès 2014-06-01 23:50:39 +02:00
parent b53be755e4
commit 9e69b09857

View file

@ -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)