mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue