diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-10-11 16:55:19 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-10-11 16:55:19 -0500 |
commit | 0c456cfe75f2a56dcefdfebf3cee9aaa71a0c9fa (patch) | |
tree | 9596a70a134b101b77dedf1d74a1319e795ef50d /doc/client/tools.txt | |
parent | d28bea2d1991b76a05702638ce7f42c92b219665 (diff) | |
parent | eedf77204dadd5bfdabed3183c5147a01cdf49d3 (diff) | |
download | bcfg2-0c456cfe75f2a56dcefdfebf3cee9aaa71a0c9fa.tar.gz bcfg2-0c456cfe75f2a56dcefdfebf3cee9aaa71a0c9fa.tar.bz2 bcfg2-0c456cfe75f2a56dcefdfebf3cee9aaa71a0c9fa.zip |
Merge branch 'apk' of https://github.com/fabaff/bcfg2
Diffstat (limited to 'doc/client/tools.txt')
-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 --- |