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/slack-desc | |
parent | 28bfd91b85e0c7ed65bae5e603cfb1d546bc4337 (diff) |
development/mkchroot: Added (create chroot-able directory tree).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/mkchroot/slack-desc')
-rw-r--r-- | development/mkchroot/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/mkchroot/slack-desc b/development/mkchroot/slack-desc new file mode 100644 index 0000000000000..0ed29550a5306 --- /dev/null +++ b/development/mkchroot/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mkchroot: mkchroot (create chroot-able directory tree) +mkchroot: +mkchroot: mkchroot creates a chroot-able directory tree using hard links where +mkchroot: possible. The mkchroot package consists of 3 utilities: mkchroot, +mkchroot: addchroot and findslack. mkchroot creates a minimal initial tree +mkchroot: and addchroot incorporates Slackware packages into that tree. +mkchroot: findslack is a utility used by the others to discover a Slackware +mkchroot: install directory. (The package is usable without an install directory +mkchroot: but has less functionality because it can't then run install scripts). +mkchroot: +mkchroot: Homepage https://github.com/duncan-roe/mkchroot |