summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 15:51:57 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 15:51:57 +0100
commit7bb6064bf26901108a72dbc97821a065bc456224 (patch)
tree0369097ee73b2bd17bf37268d895e7f04810ff15
parenta4e890128ee0316ea4cfcde485d4aafd0eb70d5d (diff)
downloadjenkins.debian.net-7bb6064bf26901108a72dbc97821a065bc456224.tar.xz
bind mount /tmp into schroots
-rw-r--r--etc/schroot/default/fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab
index 7f51492b..082a0b64 100644
--- a/etc/schroot/default/fstab
+++ b/etc/schroot/default/fstab
@@ -8,7 +8,7 @@
/dev /dev none rw,bind 0 0
/dev/pts /dev/pts none rw,bind 0 0
/home /home none rw,bind 0 0
-#/tmp /tmp none rw,bind 0 0
+/tmp /tmp none rw,bind 0 0
/srv/reproducible-results /srv/reproducible-results none rw,bind 0 0
/srv/d-i /srv/d-i none rw,bind 0 0
/srv/jenkins /srv/jenkins none rw,bind 0 0