summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-09-25 09:25:49 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-25 09:27:35 +0200
commit2784fcf14d1ddb1bda28b44a433864dd3bd8333c (patch)
treeee8a8a8f55b9d44d212472659b1a79792dbf4aae /gnu/system
parentb79bdbe2ec12de3058720866290201f3cbf72092 (diff)
downloadguix-patches-2784fcf14d1ddb1bda28b44a433864dd3bd8333c.tar
guix-patches-2784fcf14d1ddb1bda28b44a433864dd3bd8333c.tar.gz
system: images: Add a TODO comment.
* gnu/system/image.scm (system-tarball-image): Add it.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/image.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 2eec6fcbab..5fc0d55d9a 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -715,10 +715,11 @@ output file."
#:substitutable? ,substitutable?))))
-;;
-;; Tarball image.
-;;
+;;;
+;;; Tarball image.
+;;;
+;; TODO: Some bits can be factorized with (guix scripts pack).
(define* (system-tarball-image image
#:key
(name "image")