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