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

« back to all changes in this revision

Viewing changes to man/schroot-setup.5.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-07-06 23:34:30 UTC
  • mfrom: (1.1.24 upstream) (2.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100706233430-0xhzqj6105yuyvb1
Tags: 1.4.7-1
* New upstream stable release.
* Use standards version 3.9.0.
* Correctly distribute profile conffiles (Closes: #588247).  Thanks
  to Mario Holbe.
* Update it and zh_CN translations.  Thanks to Vincenzo Campanella
  and Ji ZhengYu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
AUTH_USER
54
54
The username of the user the command in the chroot will run as.
55
55
.TP
56
 
AUTH_VERBOSITY
57
 
Set to \[oq]quiet\[cq] if only error messages should be printed,
58
 
\[oq]normal\[cq] if other messages may be printed as well, and
59
 
\[oq]verbose\[cq] if all messages may be printed.
60
 
.TP
61
56
HOST
62
57
.TP
63
58
HOST_OS
90
85
SESSION_ID
91
86
The session identifier.
92
87
.TP
 
88
VERBOSE
 
89
Set to \[oq]quiet\[cq] if only error messages should be printed,
 
90
\[oq]normal\[cq] if other messages may be printed as well, and
 
91
\[oq]verbose\[cq] if all messages may be printed.  Previously called
 
92
AUTH_VERBOSITY.
 
93
.TP
93
94
CHROOT_SESSION_CREATE
94
95
Set to \[oq]true\[cq] if a session will be created, otherwise \[oq]false\[cq].
95
96
.TP
180
181
.BR lvcreate (8).
181
182
.SH FILES
182
183
.SS Setup script configuration
183
 
The directory \f[BI]@PACKAGE_SYSCONF_DIR@/default\fP contains the default
 
184
The directory \f[BI]@SCHROOT_SYSCONF_DIR@/default\fP contains the default
184
185
settings used by setup scripts.
185
186
.TP
186
187
\f[BI]config\fP
188
189
described in
189
190
.BR schroot\-script\-config (5).
190
191
This is the default value for the \f[CI]script\-config\fP key.  Note that this
191
 
was formerly named \fI@PACKAGE_SYSCONF_DIR@/script\-defaults\fP.  The following
 
192
was formerly named \fI@SCHROOT_SYSCONF_DIR@/script\-defaults\fP.  The following
192
193
files are referenced by default:
193
194
.TP
194
195
\f[BI]copyfiles\fP
195
196
A list of files to copy into the chroot from the host system.  Note that this
196
 
was formerly named \fI@PACKAGE_SYSCONF_DIR@/copyfiles\-defaults\fP.
 
197
was formerly named \fI@SCHROOT_SYSCONF_DIR@/copyfiles\-defaults\fP.
197
198
.TP
198
199
\f[BI]fstab\fP
199
200
A file in the format decribed in
200
201
.BR fstab (5),
201
202
used to mount filesystems inside the chroot.  The mount location is relative to
202
203
the root of the chroot.  Note that this was formerly named
203
 
\fI@PACKAGE_SYSCONF_DIR@/mount\-defaults\fP.
 
204
\fI@SCHROOT_SYSCONF_DIR@/mount\-defaults\fP.
204
205
.TP
205
206
\f[BI]nssdatabases\fP
206
207
System databases (as described in \fI/etc/nsswitch.conf\fP on GNU/Linux
207
208
systems) to copy into the chroot from the host.  Note that this was formerly
208
 
named \fI@PACKAGE_SYSCONF_DIR@/nssdatabases\-defaults\fP.
 
209
named \fI@SCHROOT_SYSCONF_DIR@/nssdatabases\-defaults\fP.
209
210
.SS Setup scripts
210
211
The directory \f[BI]@SCHROOT_CONF_SETUP_D@\fP contains the chroot setup scripts.
211
212
.TP