diff options
Diffstat (limited to 'etc/schroot/default/fstab')
-rw-r--r-- | etc/schroot/default/fstab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab index 11b8398f..d37ccb83 100644 --- a/etc/schroot/default/fstab +++ b/etc/schroot/default/fstab @@ -11,6 +11,8 @@ #/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 + # It may be desirable to have access to /run, especially if you wish # to run additional services in the chroot. However, note that this |