summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2022-06-15 20:17:32 +0000
committerschmonz <schmonz@pkgsrc.org>2022-06-15 20:17:32 +0000
commit28c08e802004f7b86d0068234038d8fd08f3eade (patch)
treeb8fc2bff3788a56755eff26b7637883956fa4bbe /bootstrap
parent0a9044047ce9a006a5903b49e7686e1351896064 (diff)
downloadpkgsrc-28c08e802004f7b86d0068234038d8fd08f3eade.tar.gz
README.Linux: add a few notes for Alpine.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Linux14
1 files changed, 13 insertions, 1 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index 90d2eddbf56..80286efcdff 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.13 2022/06/01 12:15:39 gdt Exp $
+$NetBSD: README.Linux,v 1.14 2022/06/15 20:17:32 schmonz Exp $
# General
@@ -23,6 +23,18 @@ There are no reports of success or failure with clang.
It was reported in 2008 that icc (Intel C++ Compiler) 8.0 and 8.1
have been tested on i386. See the old section at the end.
+# Alpine and derivatives
+
+After bootstrap, if you want to be using pkgsrc build/install locking,
+install a more featureful ps(1) than BusyBox's:
+
+ apk add procps
+
+You may also find that pkgsrc needs a more featureful date(1),
+such as GNU's:
+
+ apk add coreutils
+
# Debian and derivatives
For Debian and derivatives such as Ubuntu the following packages should be