diff options
author | P. 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) |
commit | 15f9232fafdb776e5792a8d1b5a65c95c53cc95a (patch) | |
tree | c91bb5b146514f737d3c05c9e23a812b046cf5d0 /README | |
parent | 6e25780502b205735b000659b91605d92d939824 (diff) |
README: Add portability note.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |