summaryrefslogtreecommitdiffstats
path: root/hosts/cbxi4b-armhf-rb
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-08-14 09:54:40 +0000
committerHolger Levsen <holger@layer-acht.org>2016-08-14 13:41:57 +0200
commitca87bdd96611f50ed694d26474aec349ee634a28 (patch)
treefd563090da6e385400f42ea32ce1d5b0d6b4341a /hosts/cbxi4b-armhf-rb
parent81f8e9471544d755e091e072f596bd7e60c88555 (diff)
downloadjenkins.debian.net-ca87bdd96611f50ed694d26474aec349ee634a28.tar.xz
pbuilderrc: stop explicitly bindmounting /sys; pbuilder does it itself nowadays
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/cbxi4b-armhf-rb')
-rw-r--r--hosts/cbxi4b-armhf-rb/etc/pbuilderrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
index 2e8e4074..478804d3 100644
--- a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
@@ -26,11 +26,10 @@ BUILDPLACE=/srv/workspace/pbuilder # build in /srv/workspace, which is in tmpfs
# unset proxy, see #780587
unset http_proxy
export -n http_proxy
-# /sys and /proc were added as workarounds for #773767
# there are software wanting /dev/shm writable, so give them so. There are tons
# of bug shm related in pbuilder, that's just a workaround for all of them.
# /run/shm is already mounted as a tmpfs by default.
-BINDMOUNTS="$BINDMOUNTS /sys /dev/shm"
+BINDMOUNTS="/dev/shm"
# set PATH to predictable values, see #780729 and #780725
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"