system: images: Add a TODO comment.
* gnu/system/image.scm (system-tarball-image): Add it.master
parent
b79bdbe2ec
commit
2784fcf14d
|
@ -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")
|
||||
|
|
Reference in New Issue