mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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
|
#$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)
|
||||||
|
|
Loading…
Reference in a new issue