source: trunk/debathena/scripts/build-server/schroot-profile/fstab @ 25970

Revision 25970, 1.1 KB checked in by jdreed, 11 years ago (diff)
Initial checkin of packaging for debathena-build-server
Line 
1# fstab: 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>
6/proc           /proc           none    rw,bind        0       0
7/sys            /sys            none    rw,bind        0       0
8/dev            /dev            none    rw,bind         0       0
9/dev/shm        /dev/shm        none    rw,bind         0       0
10/dev/pts        /dev/pts        none    rw,bind         0       0
11/home           /home           none    rw,bind         0       0
12/tmp            /tmp            none    rw,bind         0       0
13# Following line added by Debathena
14/afs            /afs            none    rw,bind         0       0
15
16# It may be desirable to have access to /run, especially if you wish
17# to run additional services in the chroot.  However, note that this
18# may potentially cause undesirable behaviour on upgrades, such as
19# killing services on the host.
20#/run           /run            none    rw,bind         0       0
21#/run/lock      /run/lock       none    rw,bind         0       0
22#/dev/shm       /dev/shm        none    rw,bind         0       0
23#/run/shm       /run/shm        none    rw,bind         0       0
Note: See TracBrowser for help on using the repository browser.