commit fd56fa6a428c8b0287488887ebdf00cb366b81e0
parent ad9cda2e34c9da6963bcbee0154025216703feec
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sun, 15 Mar 2020 12:57:49 +0200
docs: update
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/kiss.1 b/kiss.1
@@ -98,6 +98,11 @@ export KISS_ROOT=/
# Set it to '1' to enable.
export KISS_KEEPLOG=0
+# Compression method to use for package tarballs.
+#
+# Valid options: 'xz' (default), 'gz'
+export KISS_COMPRESS=xz
+
# Keep build, package and extraction cache directories for debugging
# purposes.
#