summaryrefslogtreecommitdiff
path: root/community/schroot/script-arch32
diff options
context:
space:
mode:
Diffstat (limited to 'community/schroot/script-arch32')
-rw-r--r--community/schroot/script-arch3215
1 files changed, 0 insertions, 15 deletions
diff --git a/community/schroot/script-arch32 b/community/schroot/script-arch32
deleted file mode 100644
index fb87b4822..000000000
--- a/community/schroot/script-arch32
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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-arch32"
-
-# Files to copy from the host system into the chroot.
-COPYFILES="/etc/schroot/copyfiles-arch32"
-
-# Is sbuild installed?
-if [ -x /usr/bin/sbuild ]; then
- SBUILD="true"
-else
- SBUILD="false"
-fi