Add in the mess from the original symbiosisware version.
[distorted-chroot] / mess / config / schroot / profiles / sbuild / 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/pts /dev/pts none rw,bind 0 0
9 tmpfs /dev/shm tmpfs defaults 0 0
10 /tmp /tmp none rw,bind 0 0
11 /home /home none rw,bind 0 0
12 /usr/local.schroot /usr/local.schroot none rw,bind 0 0
13 /usr/local.schroot /usr/local.schroot none remount,ro,bind 0 0
14
15 # Mount a large scratch space for the build, so we don't use up
16 # space on an LVM snapshot of the chroot itself.
17 /var/lib/sbuild/build /build none rw,bind 0 0