mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
system: images: Add a TODO comment.
* gnu/system/image.scm (system-tarball-image): Add it.
This commit is contained in:
parent
b79bdbe2ec
commit
2784fcf14d
1 changed files with 4 additions and 3 deletions
|
@ -715,10 +715,11 @@ (define builder
|
||||||
#:substitutable? ,substitutable?))))
|
#:substitutable? ,substitutable?))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;;
|
||||||
;; Tarball image.
|
;;; Tarball image.
|
||||||
;;
|
;;;
|
||||||
|
|
||||||
|
;; TODO: Some bits can be factorized with (guix scripts pack).
|
||||||
(define* (system-tarball-image image
|
(define* (system-tarball-image image
|
||||||
#:key
|
#:key
|
||||||
(name "image")
|
(name "image")
|
||||||
|
|
Loading…
Reference in a new issue