source: trunk/debathena/config/athena-chroot/schroot/athena.conf @ 22901

Revision 22901, 377 bytes checked in by tabbott, 17 years ago (diff)
Initial checkin of Athena 9.4 chroot packages. Note that these packages require you to backport schroot 1.1.6
Line 
1# Default settings for chroot setup and exec scripts.
2# See schroot-script-config(5) for further details.
3
4# Filesystems to mount inside the chroot.
5FSTAB="/etc/schroot/mount-athena"
6
7# Files to copy from the host system into the chroot.
8COPYFILES="/etc/schroot/copyfiles-athena"
9
10# Is sbuild installed?
11if [ -x /usr/bin/sbuild ]; then
12  SBUILD="true"
13else
14  SBUILD="false"
15fi
Note: See TracBrowser for help on using the repository browser.