diff --git a/INSTALL.md b/INSTALL.md index 68cb3bfa..c8411d3a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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) @@ -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.