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. |
---|
5 | FSTAB="/etc/schroot/mount-athena" |
---|
6 | |
---|
7 | # Files to copy from the host system into the chroot. |
---|
8 | COPYFILES="/etc/schroot/copyfiles-athena" |
---|
9 | |
---|
10 | # Is sbuild installed? |
---|
11 | if [ -x /usr/bin/sbuild ]; then |
---|
12 | SBUILD="true" |
---|
13 | else |
---|
14 | SBUILD="false" |
---|
15 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.