man: Added KISS_BFD

This commit is contained in:
Dylan Araps 2020-01-11 14:37:09 +02:00
parent 6b83e9b219
commit cf1c9598c1
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 6 additions and 0 deletions

6
kiss.1
View File

@ -69,6 +69,12 @@ export KISS_FORCE=0
# This can be used to have the package manager run in a "fake root".
export KISS_ROOT=/
# Redirect build output to a file or /dev/null.
#
# Set it to '/dev/null' to disable build output.
# Set it to '/path/to/file' to log build output to a file.
export KISS_BFD=/dev/fd/0
# Keep build, package and extraction cache directories for debugging
# purposes.
#