1 # Default settings for chroot setup and exec scripts.
2 # See schroot-script-config(5) for further details.
4 # Filesystems to mount inside the chroot.
5 FSTAB="/etc/schroot/mount-arch64"
7 # Files to copy from the host system into the chroot.
8 COPYFILES="/etc/schroot/copyfiles-arch64"
10 # Is sbuild installed?
11 if [ -x /usr/bin/sbuild ]; then