Revert "system: image: Do not offload image files."
This reverts commit 6a9581741e
, which is
obsoleted by the previous commit.
This commit is contained in:
parent
a02ad4592c
commit
6d6e74ea98
@ -267,8 +267,7 @@ used in the image."
|
||||
#$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 @@ image ~a {
|
||||
#~(symlink
|
||||
(string-append #$image-dir "/" #$genimage-name)
|
||||
#$output)
|
||||
#:options `(#:local-build? #t ;typically large file
|
||||
#:substitutable? ,substitutable?))))
|
||||
#:options `(#:substitutable? ,substitutable?))))
|
||||
|
||||
|
||||
;;
|
||||
@ -404,8 +402,7 @@ used in the image. "
|
||||
#: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)
|
||||
|
Loading…
Reference in New Issue
Block a user