source: trunk/debathena/config/athena-chroot/schroot/mount-athena @ 22901

Revision 22901, 429 bytes checked in by tabbott, 17 years ago (diff)
Initial checkin of Athena 9.4 chroot packages. Note that these packages require you to backport schroot 1.1.6
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/dev/pts        /dev/pts        none    rw,bind         0       0
8tmpfs           /dev/shm        tmpfs   defaults        0       0
9/home           /home           none    rw,bind         0       0
10/tmp            /tmp            none    rw,bind         0       0
11/afs            /afs            none    rw,bind         0       0
12/mit            /mit            none    rw,bind         0       0
Note: See TracBrowser for help on using the repository browser.