diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2017-03-21 23:45:16 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | 9aabb8ffb33cf928ceb18e0fbbde0326bf60dd39 (patch) | |
tree | 1b8fda0a0bc8f365b853c58eec77b29795a4d2c9 /development/mkchroot/README | |
parent | 28bfd91b85e0c7ed65bae5e603cfb1d546bc4337 (diff) | |
download | slackbuilds-9aabb8ffb33cf928ceb18e0fbbde0326bf60dd39.tar.gz |
development/mkchroot: Added (create chroot-able directory tree).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/mkchroot/README')
-rw-r--r-- | development/mkchroot/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/mkchroot/README b/development/mkchroot/README new file mode 100644 index 0000000000..33f5e9ce51 --- /dev/null +++ b/development/mkchroot/README @@ -0,0 +1,12 @@ +mkchroot (create chroot-able directory tree) + +mkchroot creates a chroot-able directory tree using hard links where +possible. The mkchroot package consists of 3 utilities: mkchroot, +addchroot and findslack. mkchroot creates a minimal initial tree +and addchroot incorporates Slackware packages into that tree. +findslack is a utility used by the others to discover a Slackware +install directory. (The package is usable without an install directory +but has less functionality because it can't then run install scripts). +(Before running the install script, addchroot uses the FILE LIST +portion of the package file in /var/log/packages to install a +package's directories and files). |