diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-26 08:11:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-26 09:35:57 -0400 |
commit | 6a9581741e4ee81226aeb2f1c997df76670a6aab (patch) | |
tree | 08227fb05b13bf8885fe81d78a74ab9976fa83fb /guix | |
parent | ef5ddb0e1715328713c2c9edad897f9a27de692f (diff) |
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.
Diffstat (limited to 'guix')
0 files changed, 0 insertions, 0 deletions