From 7bb6064bf26901108a72dbc97821a065bc456224 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Jan 2015 15:51:57 +0100 Subject: bind mount /tmp into schroots --- etc/schroot/default/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/schroot') 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 -- cgit v1.2.3-70-g09d2