diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2009-06-28 18:47:15 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-06-28 19:01:47 +0100 |
commit | d6e15f3c7b2100199194e722ea891d87e2ce781e (patch) | |
tree | 84a909229c6b99641904bdd3e0567ec3eeefb75f /man | |
parent | 330fa7a5cdaf4229c8121594c7a78ca4dd18733b (diff) | |
download | schroot-d6e15f3c7b2100199194e722ea891d87e2ce781e.tar.gz |
[sbuild::chroot_directory] Add filesystem union support
Change directory chroots to inheritate from chroot_fs_union
instead of chroot and adapt setup scripts, documentation and
tests.
Diffstat (limited to 'man')
-rw-r--r-- | man/schroot.conf.5.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/schroot.conf.5.in b/man/schroot.conf.5.in index 1833e425..fad58909 100644 --- a/man/schroot.conf.5.in +++ b/man/schroot.conf.5.in @@ -144,8 +144,10 @@ using the following regular expression: Plain and directory chroots .PP Chroots of type \[oq]plain\[cq] or \[oq]directory\[cq] are directories -accessible in the filesystem. The two types are equivalent except for the fact -that if \f[CI]run\-setup\-scripts\fP is set to \[oq]true\[cq] for +accessible in the filesystem. They implement the \fBfilesystem union +chroot\fP options (see \[lq]\fIFilesystem Union chroot options\fP\[rq], +below). The two types are equivalent except for the fact that if +\f[CI]run\-setup\-scripts\fP is set to \[oq]true\[cq] for \[oq]plain\[cq] chroots, filesystem mounting is disabled. .PP These chroot types have an additional (mandatory) configuration option: |