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