diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-08-14 09:54:40 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-14 13:41:57 +0200 |
commit | ca87bdd96611f50ed694d26474aec349ee634a28 (patch) | |
tree | fd563090da6e385400f42ea32ce1d5b0d6b4341a /hosts/ff2b-armhf-rb/etc/pbuilderrc | |
parent | 81f8e9471544d755e091e072f596bd7e60c88555 (diff) | |
download | jenkins.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/ff2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/ff2b-armhf-rb/etc/pbuilderrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc index 2e8e4074..478804d3 100644 --- a/hosts/ff2b-armhf-rb/etc/pbuilderrc +++ b/hosts/ff2b-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" |