summaryrefslogtreecommitdiff
path: root/etc/profile-templates/sbuild/linux/fstab
blob: ce3346484b9b88384f3730d31f198f338b8a2a10 (plain)
1
2
3
4
5
/dev/pts	/dev/pts	none	rw,bind		0	0
tmpfs		/dev/shm	tmpfs	defaults	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