diff options
author | Roger Leigh <rleigh@debian.org> | 2010-04-13 12:45:03 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2010-04-13 12:45:03 +0100 |
commit | 77ba6244807a2f280ccf2ed6e01c87a0b215a71e (patch) | |
tree | 1a7dbaeb38efb4f9a6b4335150076578c9e98a9a /man | |
parent | c119416f49e4a90fa328448d2f7b0459c941e6e4 (diff) | |
download | schroot-77ba6244807a2f280ccf2ed6e01c87a0b215a71e.tar.gz |
sbuild::chroot_facet_source_clonable: Add source-clone option
Diffstat (limited to 'man')
-rw-r--r-- | man/schroot.conf.5.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/schroot.conf.5.in b/man/schroot.conf.5.in index 2bd8b92c..40cec0da 100644 --- a/man/schroot.conf.5.in +++ b/man/schroot.conf.5.in @@ -214,10 +214,16 @@ path may not be specfied here; they are set automatically by schroot. .PP Some chroots implement source chroots. These are chroots which automatically create a copy of themselves before use, and are usually session managed. These -chroots also provide an additional chroot with a \fI\-source\fP suffix added to -their name, to allow access to the original data, and to aid in chroot +chroots additionally provide an extra chroot with a \fI\-source\fP suffix +added to their name, to allow access to the original data, and to aid in chroot maintenance. These chroots provide the following additional options: .TP +\f[CBI]source\-clone=\fP\f[CI]true\fP|\f[CI]false\fP +Set whether the source chroot should be automatically cloned (created) for this +chroot. The default is \f[CI]true\fP to automatically clone, but if desired +may be disabled by setting to \f[CI]false\fP. If disabled, the source chroot +will be inaccessible. +.TP \f[CBI]source\-users=\fP\f[CI]user1,user2,...\fP A comma-separated list of users which are allowed access to the source chroot. If empty or omitted, no users will be allowed access. This will become the |