Guard schroot setup scripts with PROFILE = dsa
[mirror/dsa-puppet.git] / modules / porterbox / files / schroot-dsa / fstab-freebsd
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           linprocfs       defaults        0       0
7 dev             /dev            devfs   rw,bind         0       0
8 dev             /dev/fd         fdescfs rw,bind         0       0
9 /home           /home           nullfs  rw              0       0
10 /tmp            /tmp            nullfs  rw              0       0
11
12 # It may be desirable to have access to /run, especially if you wish
13 # to run additional services in the chroot.  However, note that this
14 # may potentially cause undesirable behaviour on upgrades, such as
15 # killing services on the host.
16 #/run           /run            nullfs  rw              0       0
17 #/run/lock      /run/lock       nullfs  rw              0       0