More kfreebsd removal
[mirror/dsa-puppet.git] / modules / schroot / templates / schroot-dsa / fstab.erb
1 # fstab: static file system information for chroots.
2 # Note that the mount point will be prefixed by the chroot path
3 # (CHROOT_PATH)
4 #
5 # <file system> <mount point>   <type>  <options>       <dump>  <pass>
6
7 # Linux version
8 /proc           /proc           none    rw,bind         0       0
9 /sys            /sys            none    rw,bind         0       0
10 /dev            /dev            none    rw,bind         0       0
11 /dev/pts        /dev/pts        none    rw,bind         0       0
12 /home           /home           none    rw,bind         0       0
13 /tmp            /tmp            none    rw,bind         0       0
14 tmpfs-shm       /dev/shm        tmpfs   defaults,size=64m       0 0