aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 0797e95..488d3c4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -5,6 +5,10 @@ Clubber is a Perl script to make forming `chroot` environments less of a task
that makes you want to cry and kill yourself. It requires `ldd`. It should be
run interactively as `root`, *never* as an automated or unattended task.
+It includes all the `libnss*` libraries for you, since even static binaries
+require these libraries for `libc` functions. It doesn't include files like
+`/etc/passwd` or `/etc/resolv.conf`, though; those are up to you to craft.
+
If you're going to use Clubber to import your libraries for your `chroot`
environment, make sure you run it with `--dry` first, and that you're sure
you understand what it's going to do.