### -*-conf-*- ### Filesystem mounts for chroots. ### ### FILSYS MOUNTPT FSTYPE OPTIONS DUMP FSCK ## Standard mountpoints. /proc /proc none rw,bind 0 0 /sys /sys none rw,bind 0 0 /dev/pts /dev/pts none rw,bind 0 0 tmpfs /dev/shm tmpfs defaults 0 0 ## Splice the host's `/tmp' and `/home' for manual debugging convenience. /tmp /tmp none rw,bind 0 0 /home /home none rw,bind 0 0 ## Splice in the support file tree. This needs to be done in two steps: for ## stupid reasons, a plain bind-mount entry leaves the mount read-write. @local@ /usr/local.schroot none rw,bind 0 0 @local@ /usr/local.schroot none remount,ro,bind 0 0 ## Mount a large scratch space for the build, so we don't use up space on an ## LVM snapshot of the chroot itself. /var/lib/sbuild/build /build none rw,bind 0 0