README 717 B

12345678910111213141516
  1. mkchroot (create chroot-able directory tree)
  2. mkchroot creates a chroot-able directory tree using hard links where
  3. possible. The mkchroot package consists of 2 utilities: mkchroot and
  4. addchroot. mkchroot creates a minimal initial tree. addchroot
  5. then incorporates (installed) Slackware packages into that tree.
  6. HOW IT WORKS: addchroot uses the FILE LIST portion of the package file
  7. in /var/log/packages to install a package's directories and files.
  8. To complete the process, addchroot chroots the install script from
  9. /var/log/scripts.
  10. addchroot knows about some "special" packages for which it does not
  11. run the normal install script, e.g. bash and glibc. If you find a new
  12. "special" package, please tell the author.