diff options
author | Alex Griffin <a@ajgrf.com> | 2022-02-06 16:29:47 -0600 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-24 14:49:09 +0200 |
commit | 8757c3f2934352fe8ad9a86f6e6f1d4b7245644d (patch) | |
tree | 4b958569f1a374f072d8d5b006d407bb2e1a140e /doc | |
parent | ebe9d660a55629f2506db124b0e016885fc61e5c (diff) | |
download | guix-8757c3f2934352fe8ad9a86f6e6f1d4b7245644d.tar guix-8757c3f2934352fe8ad9a86f6e6f1d4b7245644d.tar.gz |
system: image: Add tarball support.
* gnu/image.scm (<image>)[fields]: Add tarball to the supported formats.
* gnu/system/image.scm (tarball-image, tarball-image-type): New variables.
(system-tarball-image): New procedure.
(image->root-file-system): Add tarball image support.
(system-image): Ditto.
* doc/guix.texi ("System Images"): Document it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4b3920842d..6c44c22a32 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -41474,6 +41474,8 @@ one or multiple partitions. @item @code{iso9660}, an ISO-9660 image. +@item @code{tarball}, a tar.gz image archive. + @end itemize @item @code{platform} (default: @code{#false}) |