diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client/tools.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/client/tools.txt b/doc/client/tools.txt index bedcb9ab9..bff2e97ed 100644 --- a/doc/client/tools.txt +++ b/doc/client/tools.txt @@ -40,6 +40,15 @@ and supplies status information to the Bcfg2 server via the statistics mechanism. It can also be used to prevent bundle installation when pre-conditions are not met. See the UsingActions page for more details. +APK +--- + +This tool driver is used to handle packages on apk based systems like Alpine +Linux and employs the "apk" executable. Extra information can be +found at `apk-tools`_. + +.. _apk-tools: http://apk-tools.sourceforge.net/ + APT --- |