mothacehe pushed a commit to branch master
in repository guix.

commit 2784fcf14d1ddb1bda28b44a433864dd3bd8333c
Author: Mathieu Othacehe <othac...@gnu.org>
AuthorDate: Sun Sep 25 09:25:49 2022 +0200

    system: images: Add a TODO comment.
    
    * gnu/system/image.scm (system-tarball-image): Add it.
---
 gnu/system/image.scm | 7 ++++---
 1 file 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")

Reply via email to