guix/gnu
Maxim Cournoyer 6a9581741e
system: image: Do not offload image files.
Image files can be very large (multiple gigabytes), and the process of
generating them is primarily I/O bound. As disk access is typically faster
than network access, it makes sense build them locally.

* gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t
parameter to computed-file calls dealing with generating image files.
(system-iso9660-image): Likewise.
2020-08-26 09:35:57 -04:00
..
bootloader
build linux-libre: Support module compression. 2020-08-25 11:53:20 +02:00
installer installer: Remove logical devices. 2020-08-06 11:31:38 +02:00
machine Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
packages gnu: Add ssss. 2020-08-26 12:04:51 +02:00
services services: mcron: Validate jobs even in the presence of #:user. 2020-08-26 15:30:04 +02:00
system system: image: Do not offload image files. 2020-08-26 09:35:57 -04:00
tests
artwork.scm
bootloader.scm
ci.scm
image.scm
installer.scm Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
local.mk gnu: Add nicotine. 2020-08-22 12:50:55 -04:00
machine.scm
packages.scm
services.scm Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
system.scm system: Validate sudoers file when building the system. 2020-08-24 23:23:57 +02:00
tests.scm