File: fstab-generic

package info (click to toggle)
mini-buildd 1.0.29
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,532 kB
  • ctags: 1,862
  • sloc: sh: 13,009; python: 7,051; makefile: 194; cpp: 70
file content (15 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (3)
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