Cleanup
[mirror/dsa-puppet.git] / modules / porterbox / files / schroot-dsa / fstab
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 /proc           /proc           none    rw,bind        0       0
7 /sys            /sys            none    rw,bind        0       0
8 /dev            /dev            none    rw,bind         0       0
9 /dev/pts        /dev/pts        none    rw,bind         0       0
10 /home           /home           none    rw,bind         0       0
11 /tmp            /tmp            none    rw,bind         0       0
12 tmpfs-shm       /dev/shm        tmpfs   defaults,size=64m       0 0
13
14 # It may be desirable to have access to /run, especially if you wish
15 # to run additional services in the chroot.  However, note that this
16 # may potentially cause undesirable behaviour on upgrades, such as
17 # killing services on the host.
18 #/run           /run            none    rw,bind         0       0
19 #/run/lock      /run/lock       none    rw,bind         0       0
20 #/dev/shm       /dev/shm        none    rw,bind         0       0
21 #/run/shm       /run/shm        none    rw,bind         0       0