diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
commit | bc0657f7159d0b01373ecb59afc426b98a172b1e (patch) | |
tree | 7fba1eb77eb1a2965fe5f3ed72cc77aa63d14f40 /community/schroot | |
parent | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (diff) |
Thu Dec 1 14:10:27 UTC 2011
Diffstat (limited to 'community/schroot')
-rw-r--r-- | community/schroot/copyfiles-arch32 | 8 | ||||
-rw-r--r-- | community/schroot/mount-arch32 | 12 | ||||
-rw-r--r-- | community/schroot/script-arch32 | 15 |
3 files changed, 0 insertions, 35 deletions
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) -# -# <file system> <mount point> <type> <options> <dump> <pass> -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 |