# Generic fstab for mini-buildd schroots.
#
# Usually, this is just the same as the generic mounts in
# '/etc/schroot/buildd/fstab', and there should hardly be a need
# to change.
#
# In case you do changes here anyway, run dpkg-reconfigure
# afterwards to regenerate fstab.
#
# You *might* need local changes here in case you have a special setup
# for mini-buildd's home.
# For example, in case it is a symlink to another mount directory, you
# need to add bind mounts for file systems including the one
# containing mini-buildd's home directory so that it is also
# accessible in the build chroot. See
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849544.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/proc           /proc           none    rw,bind         0       0
/sys            /sys            none    rw,bind         0       0
/dev/pts        /dev/pts        none    rw,bind         0       0
tmpfs           /dev/shm        tmpfs   defaults        0       0
