aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMazen Harake <[email protected]>2016-07-18 11:37:59 +0200
committerMazen Harake <[email protected]>2016-07-18 12:00:14 +0200
commit759f73f59879a40279c7b5229e40d21f2c42231e (patch)
treef0d433f3fd4cee093cad7ae3cd4f66c612508a20 /README.md
parentf945409f2be7a13e714a6b99853f9f3e2f8fddad (diff)
downloadkerl-759f73f59879a40279c7b5229e40d21f2c42231e.tar.gz
kerl-759f73f59879a40279c7b5229e40d21f2c42231e.tar.bz2
kerl-759f73f59879a40279c7b5229e40d21f2c42231e.zip
Add support for customized prompt for activated installations
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ffefbd..6576343 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,10 @@ You can set the following variables:
- `KERL_SASL_STARTUP` use SASL system startup instead of minimal
- `KERL_DEPLOY_SSH_OPTIONS` if additional options are required, e.g. `-qx -o PasswordAuthentication=no`
- `KERL_DEPLOY_RSYNC_OPTIONS` if additional options are required, e.g. `--delete`
-- `KERL_ENABLE_PROMPT` if set, the prompt will be prefixed with the name of the active build
+- `KERL_ENABLE_PROMPT` if set, will enable the prompt to be prefixed with what is set in `KERL_PROMPT_FORMAT`.
+- `KERL_PROMPT_FORMAT` the format string to use as a prefix for the prompt. If not set (or empty) will default to `(%BUILDNAME%)`. The following variables are available for use in the format string.
+ - `%RELEASE%` The active release (e.g. `18.0` or `R16B02`)
+ - `%BUILDNAME%` The active buildname (e.g. `my_test_build_18.0`)
- `KERL_BUILD_DOCS` if set, will build documentation from source code repository
- `KERL_USE_AUTOCONF` use autoconf in the builds process (**note**: implied by the `git` build backend)