1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# 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.
#
# <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
# Not mounting shm her for now. See /etc/schroot/setup.d/15mini-buildd-workarounds
#tmpfs /dev/shm tmpfs defaults 0 0
|