From 2784fcf14d1ddb1bda28b44a433864dd3bd8333c Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sun, 25 Sep 2022 09:25:49 +0200 Subject: 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(-) (limited to 'gnu/system') 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") -- cgit v1.2.3