From 8757c3f2934352fe8ad9a86f6e6f1d4b7245644d Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Sun, 6 Feb 2022 16:29:47 -0600 Subject: system: image: Add tarball support. * gnu/image.scm ()[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 --- doc/guix.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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}) -- cgit 1.4.1