SCHROOT-SCRIPT-CONFIG(5) | Debian sbuild | SCHROOT-SCRIPT-CONFIG(5) |
schroot-script-config - schroot chroot setup script configuration
schroot uses scripts to set up and then clean up the chroot environment. These scripts may be customised using the script-config key in /etc/schroot/schroot.conf. This key specifies a file which the setup scripts will source when they are run. The file is a Bourne shell script, and in consequence may contain any valid shell code, in addition to simple variable assignments. This will, for example, allow behaviour to be customised according to the specific chroot type or name.
This file is deprecated, but is still used if present; it will be obsoleted and removed in a future release. All the settings in this file are now settable using configuration keys in schroot.conf, as detailed below. Existing configuration should be modified to use these keys in place of this file.
The environment is the same as for all setup scripts, described in schroot-setup(5).
The following variables may be set to configure setup script behaviour. Note that new variables may be added in future releases. Third-party extensions to schroot which add their own setup scripts may add additional variables which are not documented here; consult the extension documentation for further details.
Roger Leigh.
Copyright © 2005-2012 Roger Leigh <rleigh@debian.org>
schroot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
sbuild(1), schroot(1), sh(1), schroot.conf(5), schroot-setup(5).
05 May 2014 | Version 1.6.10 |