From bc0657f7159d0b01373ecb59afc426b98a172b1e Mon Sep 17 00:00:00 2001 From: Parabola Date: Thu, 1 Dec 2011 14:10:29 +0000 Subject: Thu Dec 1 14:10:27 UTC 2011 --- community/schroot/copyfiles-arch32 | 8 -------- community/schroot/mount-arch32 | 12 ------------ community/schroot/script-arch32 | 15 --------------- 3 files changed, 35 deletions(-) delete mode 100644 community/schroot/copyfiles-arch32 delete mode 100644 community/schroot/mount-arch32 delete mode 100644 community/schroot/script-arch32 (limited to 'community/schroot') diff --git a/community/schroot/copyfiles-arch32 b/community/schroot/copyfiles-arch32 deleted file mode 100644 index 7dd32b7d9..000000000 --- a/community/schroot/copyfiles-arch32 +++ /dev/null @@ -1,8 +0,0 @@ -/etc/group -/etc/hosts -/etc/passwd -/etc/resolv.conf -/etc/rc.conf -/etc/localtime -/etc/locale.gen -/etc/profile.d/locale.sh \ No newline at end of file diff --git a/community/schroot/mount-arch32 b/community/schroot/mount-arch32 deleted file mode 100644 index 075d6e451..000000000 --- a/community/schroot/mount-arch32 +++ /dev/null @@ -1,12 +0,0 @@ -# mount.defaults: static file system information for chroots. -# Note that the mount point will be prefixed by the chroot path -# (CHROOT_PATH) -# -# -proc /proc proc defaults 0 0 -/dev /dev none rw,bind 0 0 -#/dev/pts /dev/pts none rw,bind 0 0 -tmpfs /dev/shm tmpfs defaults 0 0 -/sys /sys none rw,bind 0 0 -/tmp /tmp none rw,bind 0 0 -/home /home none rw,bind 0 0 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 -- cgit v1.2.3-54-g00ecf