diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 15:51:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 15:51:57 +0100 |
commit | 7bb6064bf26901108a72dbc97821a065bc456224 (patch) | |
tree | 0369097ee73b2bd17bf37268d895e7f04810ff15 /etc | |
parent | a4e890128ee0316ea4cfcde485d4aafd0eb70d5d (diff) | |
download | jenkins.debian.net-7bb6064bf26901108a72dbc97821a065bc456224.tar.xz |
bind mount /tmp into schroots
Diffstat (limited to 'etc')
-rw-r--r-- | etc/schroot/default/fstab | 2 |
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 |