From ca87bdd96611f50ed694d26474aec349ee634a28 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 14 Aug 2016 09:54:40 +0000 Subject: pbuilderrc: stop explicitly bindmounting /sys; pbuilder does it itself nowadays Signed-off-by: Holger Levsen --- hosts/ff2a-armhf-rb/etc/pbuilderrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/ff2a-armhf-rb') diff --git a/hosts/ff2a-armhf-rb/etc/pbuilderrc b/hosts/ff2a-armhf-rb/etc/pbuilderrc index 2e8e4074..478804d3 100644 --- a/hosts/ff2a-armhf-rb/etc/pbuilderrc +++ b/hosts/ff2a-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" -- cgit v1.2.3-54-g00ecf