[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: Revert "system: image: Do not offload image files."
From: |
guix-commits |
Subject: |
02/02: Revert "system: image: Do not offload image files." |
Date: |
Tue, 1 Sep 2020 00:51:42 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 6d6e74ea9862dd256b16fcce3f365bbea9e4dc9b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 27 00:40:52 2020 -0400
Revert "system: image: Do not offload image files."
This reverts commit 6a9581741e4ee81226aeb2f1c997df76670a6aab, which is
obsoleted by the previous commit.
---
gnu/system/image.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 733f2bf..97c7021 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -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)