diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-12-21 06:29:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-22 00:03:03 -0600 |
commit | a2ce6fc7c2d93d57d191b16bfd9e1ddf0b5e75a6 (patch) | |
tree | 1eb7ba6757e2d2461db744efcf9b6a6ce7d66045 /development/schroot/README | |
parent | 7bb560d5ca6f6f280a0ac2a2099b9c78fd55a171 (diff) | |
download | slackbuilds-a2ce6fc7c2d93d57d191b16bfd9e1ddf0b5e75a6.tar.gz |
development/schroot: Added (secure chroot utility)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/schroot/README')
-rw-r--r-- | development/schroot/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/schroot/README b/development/schroot/README new file mode 100644 index 0000000000..80976a4671 --- /dev/null +++ b/development/schroot/README @@ -0,0 +1,14 @@ + Schroot is an evolution of the Unix "chroot" command, with +enhancements that make it well suited for software development, +especially for testing build and install scripts such as Slackbuild +scripts where virtualization is not necessary. + + Schroot supports many types of chrooted environments, from simple +directories to filesystem images, and can automate steps such as +remounting /proc, /dev, and /tmp, setting up the chroots password +and group files, etc. + + To get started, see schroot.conf(5) and schroot-setup(5). + + This package will link against Linux-PAM if it is present. + |