Revert "system: image: Do not offload image files."

This reverts commit 6a9581741e, which is
obsoleted by the previous commit.
This commit is contained in:
Maxim Cournoyer 2020-08-27 00:40:52 -04:00
parent a02ad4592c
commit 6d6e74ea98
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -267,8 +267,7 @@ (define (partition-image partition)
#$output
image-root)))))
(computed-file "partition.img" image-builder
#:options `(#:local-build? #t ;typically large file
#:references-graphs ,inputs))))
#:options `(#:references-graphs ,inputs))))
(define (partition->config partition)
;; Return the genimage partition configuration for PARTITION.
@ -326,8 +325,7 @@ (define (partition->config partition)
#~(symlink
(string-append #$image-dir "/" #$genimage-name)
#$output)
#:options `(#:local-build? #t ;typically large file
#:substitutable? ,substitutable?))))
#:options `(#:substitutable? ,substitutable?))))
;;
@ -404,8 +402,7 @@ (define root-uuid
#:volume-id #$root-label
#:volume-uuid #$root-uuid)))))
(computed-file name builder
#:options `(#:local-build? #t ;typically large file
#:references-graphs ,inputs
#:options `(#:references-graphs ,inputs
#:substitutable? ,substitutable?))))
(define (image-with-label base-image label)