From 841fac76bbf794729e80699c849a751c22cbd208 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 Sep 2011 15:59:07 -0300 Subject: Adding fstab for schroot --- files/etc/schroot/default/fstab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/etc/schroot/default/fstab (limited to 'files/etc') diff --git a/files/etc/schroot/default/fstab b/files/etc/schroot/default/fstab new file mode 100644 index 0000000..f4d890d --- /dev/null +++ b/files/etc/schroot/default/fstab @@ -0,0 +1,10 @@ +# fstab: static file system information for chroots. +# Note that the mount point will be prefixed by the chroot path +# (CHROOT_PATH) +# +# +/proc /proc none rw,rbind 0 0 +/sys /sys none rw,rbind 0 0 +/dev /dev none rw,rbind 0 0 +#/home /home none rw,bind 0 0 +/tmp /tmp none rw,bind 0 0 -- cgit v1.2.3