diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2017-05-31 17:32:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:43 +0700 |
commit | 1072b99383c790970c17b5a92e6d905a12b02b31 (patch) | |
tree | 95d02ab98ff460942b1d067268cd9d466e3945e3 /development/mkchroot/slack-desc | |
parent | 46c78db8bd5a60f646330581a42660541854e062 (diff) |
development/mkchroot: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mkchroot/slack-desc')
-rw-r--r-- | development/mkchroot/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/mkchroot/slack-desc b/development/mkchroot/slack-desc index 0ed29550a5306..e34be94eceb71 100644 --- a/development/mkchroot/slack-desc +++ b/development/mkchroot/slack-desc @@ -9,11 +9,11 @@ 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: possible. The mkchroot package consists of 2 utilities: mkchroot and +mkchroot: addchroot. mkchroot creates a minimal initial tree and addchroot +mkchroot: incorporates (installed) Slackware packages into that tree. +mkchroot: addchroot knows about some "special" packages for which it does not +mkchroot: run the normal install script, e.g. bash and glibc. If you find a new +mkchroot: "special" package, please tell the author. mkchroot: mkchroot: Homepage https://github.com/duncan-roe/mkchroot |