source: trunk/debathena/third/schroot/etc/mount-defaults @ 24167

Revision 24167, 504 bytes checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
Line 
1# mount.defaults: 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>
6proc            /proc           proc    defaults        0       0
7#procbususb      /proc/bus/usb   usbfs   defaults        0       0
8#/dev            /dev            none    rw,bind         0       0
9/dev/pts        /dev/pts        none    rw,bind         0       0
10/dev/shm        /dev/shm        none    rw,bind         0       0
11/home           /home           none    rw,bind         0       0
12/tmp            /tmp            none    rw,bind         0       0
Note: See TracBrowser for help on using the repository browser.