added note for busybox based distributions

This commit is contained in:
Christoph Klaffl 2020-02-14 09:37:38 +01:00
parent 487693993b
commit 909d3f3765
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
1 changed files with 8 additions and 0 deletions

View File

@ -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)
@ -158,6 +159,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.