From 909d3f37653302d685d6c2bf8a7ed7df7a500cda Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Fri, 14 Feb 2020 09:37:38 +0100 Subject: [PATCH] added note for busybox based distributions --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 57f225b..5adbb20 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) @@ -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.