hydra: Make USB installation image smaller.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image' to 630 MiB.master
parent
b53be755e4
commit
9e69b09857
|
@ -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)
|
||||
|
|
Reference in New Issue