From 34aade9120434741cf56cea156a91ff781ffe903 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 28 Apr 2017 16:43:24 +0200 Subject: /etc/pbuilderrc: stop bind-mounting /dev/shm: pbuilder since 0.228 takes care of that Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- hosts/profitbricks-build12-i386/etc/pbuilderrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts/profitbricks-build12-i386/etc/pbuilderrc') diff --git a/hosts/profitbricks-build12-i386/etc/pbuilderrc b/hosts/profitbricks-build12-i386/etc/pbuilderrc index f600c434..96917baf 100644 --- a/hosts/profitbricks-build12-i386/etc/pbuilderrc +++ b/hosts/profitbricks-build12-i386/etc/pbuilderrc @@ -29,10 +29,6 @@ APTCACHE="" COMPRESSPROG="pigz" BUILDPLACE=/srv/workspace/pbuilder # build in /srv/workspace, which is in tmpfs -# 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="/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