guix/gnu/system
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
..
examples examples: Add password for Alice's brother. 2020-07-29 07:50:23 +03:00
images image: Do not set journal_model=WAL for the Hurd. 2020-07-11 16:34:01 +02:00
accounts.scm
file-systems.scm file-systems: Leave room for extension in serialized specs. 2020-08-03 17:44:38 +02:00
hurd.scm system: hurd: Oops, have 'initrd' default to #f. 2020-06-30 18:26:47 +02:00
image.scm system: image: Do not offload image files. 2020-08-26 09:35:57 -04:00
install.scm file-system: Add efivarfs support. 2020-07-31 13:43:36 +02:00
keyboard.scm
linux-container.scm
linux-initrd.scm linux-libre: Support module compression. 2020-08-25 11:53:20 +02:00
locale.scm locale: Use the native gzip and libc when building locales. 2020-05-15 00:01:39 +02:00
mapped-devices.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
nss.scm
pam.scm services: Add descriptions. 2020-05-08 16:30:50 +02:00
shadow.scm Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
uuid.scm file-systems: Add NTFS support. 2020-07-26 18:35:10 +02:00
vm.scm Revert "vm: Use virtio network driver." 2020-07-11 23:36:31 +02:00