~ubuntu-branches/ubuntu/maverick/schroot/maverick-updates

« back to all changes in this revision

Viewing changes to bin/schroot/schroot.conf.5.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2008-01-20 22:51:04 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120225104-3zhs8gk9byqigato
Tags: 1.1.6-1
* New upstream development release.
* Acknowledge NMU.  Thanks to Lucas Nussbaum for fixing the Boost
  library names following another incompatible change in Boost
  (Closes: #439215).
* debian/control: Suggest lvm2 instead of lvm-common (Closes: #452263).
* debian/copyright:
  - Update with new GIT source code repository location.
  - Update licence to GPLv3.
* debian/schroot.init: Update licence to GPLv3.
* bin/schroot/setup/20network, bin/schroot/setup/30passwd: For files to
  copy, compare file device, inode and contents to avoid copying
  identical files (Closes: #428808).
* If unknown keys are present in the configuration file, print a warning
  message to alert the user (Closes: #459658).
* The filesystems to mount in the chroot may be customised by the system
  administrator through the use of an fstab file on a per-chroot basis,
  and a new helper utility, schroot-mount (Closes: #395062, #427047).
  Thanks for your patience while we took the time to implement this the
  right way.
* Update Vietnamese translation (Closes: #461531).  Thanks to Clytie
  Siddall.
* debian/schroot.preinst: Add rm_conffile function to remove
  /etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
  versions prior to this.  These are replaced by
  /etc/schroot/setup.d/20copyfiles.
* debian/schroot.NEWS: Document conffile changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Copyright © 2005-2007  Roger Leigh <rleigh@debian.org>
 
1
.\" Copyright © 2005-2008  Roger Leigh <rleigh@debian.org>
2
2
.\"
3
 
.\" schroot is free software; you can redistribute it and/or modify it
 
3
.\" schroot is free software: you can redistribute it and/or modify it
4
4
.\" under the terms of the GNU General Public License as published by
5
 
.\" the Free Software Foundation; either version 2 of the License, or
 
5
.\" the Free Software Foundation, either version 3 of the License, or
6
6
.\" (at your option) any later version.
7
7
.\"
8
8
.\" schroot is distributed in the hope that it will be useful, but
11
11
.\" General Public License for more details.
12
12
.\"
13
13
.\" You should have received a copy of the GNU General Public License
14
 
.\" along with this program; if not, write to the Free Software
15
 
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
16
 
.\" MA  02111-1307  USA
 
14
.\" along with this program.  If not, see
 
15
.\" <http://www.gnu.org/licenses/>.
 
16
.\"
17
17
.TH SCHROOT.CONF 5 "@RELEASE_DATE@" "Version @VERSION@" "Debian sbuild"
18
18
.SH NAME
19
19
schroot.conf \[em] chroot definition file for schroot
20
20
.SH DESCRIPTION
21
21
\f[BI]schroot.conf\fP is a plain UTF-8 text file, describing the chroots
22
 
available for use with sbuild.
 
22
available for use with schroot.
23
23
.PP
24
24
Comments are introduced following a \[oq]\f[CR]\[sh]\fP\[cq] (\[lq]hash\[rq])
25
25
character at the beginning of a line, or following any other text.  All text
56
56
and \[lq]oldstable-security\[rq] might be \[oq]0\[cq], while \[lq]stable\[rq]
57
57
and \[lq]stable-security\[rq] are \[oq]1\[cq], \[lq]testing\[rq] is \[oq]2\[cq]
58
58
and \[lq]unstable\[rq] is \[oq]3\[cq].  The values are not important, but the
59
 
difference between them is.  This is used by sbuild when using the schroot
60
 
chroot mode.
 
59
difference between them is.  This is used by sbuild and wanna-build.
61
60
.TP
62
61
\f[CBI]users=\fP\f[CI]user1,user2,...\fP
63
62
A comma-separated list of users which are allowed access to the chroot.  If
99
98
(not true session management, because it does not make a copy of the chroot).
100
99
If your chroots are exclusively controlled by schroot, set to \[oq]true\[cq].
101
100
.TP
102
 
\f[CBI]run\-exec\-scripts=\fP\f[CI]true\fP|\f[CI]false\fP
103
 
Set whether chroot execution scripts will be run.  The default is the same as
104
 
the default for the \f[CI]run-setup-scripts\fP key.  This option was called
 
101
\f[CBI]run\-exec\-scripts=\fP\f[CI]true\fP|\f[CI]false\fP Set whether chroot
 
102
execution scripts will be run.  The default is the same as the default for the
 
103
\f[CI]run\-setup\-scripts\fP key.  This option was called
105
104
\f[CI]run\-session\-scripts\fP in versions prior to 0.2.5.
106
105
.TP
107
106
\f[CBI]script\-config=\fP\f[CI]filename\fP
113
112
for all chroots.  Settings for specific chroots may also be set in a single
114
113
script by using conditionals checking the chroot name and/or type.  Note that
115
114
the setup script will be sourced once for each and every setup and exec script
116
 
invocation, and must be idempotent.
 
115
invocation, and must be idempotent.  The file format is documented in
 
116
.BR schroot-script-config (5).
117
117
.TP
118
118
\f[CBI]command\-prefix=\fP\f[CI]command,option1,option2,...\fP
119
119
A comma-separated list of a command and the options for the command.  This
381
381
.SH AUTHORS
382
382
Roger Leigh.
383
383
.SH COPYRIGHT
384
 
Copyright \(co 2005\-2007  Roger Leigh \f[CR]<rleigh@debian.org>\fP
 
384
Copyright \(co 2005\-2008  Roger Leigh \f[CR]<rleigh@debian.org>\fP
385
385
.PP
386
 
This program is free software; you can redistribute it and/or modify it
387
 
under the terms of the GNU General Public License as published by the Free
388
 
Software Foundation; either version 2 of the License, or (at your option)
389
 
any later version.
 
386
\fBschroot\fP is free software: you can redistribute it and/or modify it under
 
387
the terms of the GNU General Public License as published by the Free Software
 
388
Foundation, either version 3 of the License, or (at your option) any later
 
389
version.
390
390
.SH SEE ALSO
391
391
.BR sbuild (1),
392
392
.BR schroot (1),
 
393
.BR schroot\-script\-config (5),
393
394
.BR mount (8).
394
395
.\"#
395
396
.\"# The following sets edit modes for GNU EMACS