Skip to content
Snippets Groups Projects
Commit 91781e02 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

hydra: Make USB installation image bigger.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the
  USB disk image.
parent 85c4848f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment