Skip to content

Commit

Permalink
Merge pull request jimsalterjrs#509 from phreaker0/docs-busybox
Browse files Browse the repository at this point in the history
added note for busybox based distributions
  • Loading branch information
jimsalterjrs authored Nov 1, 2020
2 parents 14e6c62 + 909d3f3 commit 2de0579
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Debian/Ubuntu](#debianubuntu)
- [CentOS](#centos)
- [FreeBSD](#freebsd)
- [Alpine Linux / busybox](#alpine-Linux-busybox-based-distributions)
- [Other OSes](#other-oses)
- [Configuration](#configuration)
- [Sanoid](#sanoid)
Expand Down Expand Up @@ -163,6 +164,13 @@ pkg install p5-Config-Inifiles p5-Capture-Tiny pv mbuffer lzop

* See note about mbuffer and other things in FREEBSD.readme

## Alpine Linux / busybox based distributions

The busybox implementation of ps is lacking needed arguments so a proper ps program needs to be installed.
For Alpine Linux this can be done with:

`apk --no-cache add procps`

## Other OSes

**Sanoid** depends on the Perl module Config::IniFiles and will not operate without it. Config::IniFiles may be installed from CPAN, though the project strongly recommends using your distribution's repositories instead.
Expand Down

0 comments on commit 2de0579

Please sign in to comment.