summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-20 17:16:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-20 17:16:37 (EDT)
commit15f9232fafdb776e5792a8d1b5a65c95c53cc95a (patch)
treec91bb5b146514f737d3c05c9e23a812b046cf5d0
parent6e25780502b205735b000659b91605d92d939824 (diff)
README: Add portability note.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index c572b9b..810d568 100644
--- a/README
+++ b/README
@@ -9,6 +9,10 @@ within an isolated file system environment using the chroot utility.
It is similar in function to the debootstrap program of Debian and
derivatives.
+miniprokit can run on any standard GNU or BusyBox system (or probably
+any UNIX-like system with GNU Wget and Coreutils installed). Aside from
+standard UNIX utilities, it needs wget, sha256sum, mount, and chroot.
+
It requires superuser permission to run, as it uses the mount and chroot
utilities.