Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 3b1c70357ba64c093a73a994f980ca3c > files > 9

schroot-1.2.3-5.fc13.i686.rpm

# Default settings for chroot setup and exec scripts.
# See schroot-script-config(5) for further details.

# Filesystems to mount inside the chroot.
FSTAB="/etc/schroot/mount-defaults"

# Files to copy from the host system into the chroot.
COPYFILES="/etc/schroot/copyfiles-defaults"

# Is sbuild installed?
if [ -x /usr/bin/sbuild ]; then
  SBUILD="true"
else
  SBUILD="false"
fi