source: trunk/debathena/config/reactivate/debian/mount-athena.in @ 25615

Revision 25615, 609 bytes checked in by jdreed, 12 years ago (diff)
In reactivate: * Sigh. Order matters in the mounts file because with the /run transition, /run/shm needs to get bind-mounted after /run, otherwise it ends up with the wrong mode bits.
Line 
1# Note that the mount point will be prefixed by the chroot path
2# (CHROOT_PATH)
3#
4# <file system> <mount point>   <type>  <options>       <dump>  <pass>
5/proc           /proc           none    rw,bind         0       0
6/sys            /sys            none    rw,bind         0       0
7/dev            /dev            none    rw,bind         0       0
8/dev/pts        /dev/pts        none    rw,bind         0       0
9_VARRUN_        _VARRUN_        none    rw,bind         0       0
10_VARLOCK_       _VARLOCK_       none    rw,bind         0       0
11_DEVSHM_        _DEVSHM_        none    rw,bind         0       0
12/var/log        /var/log        none    rw,bind         0       0
13/var/tmp        /var/tmp        none    rw,bind         0       0
14/afs            /afs            none    rw,bind         0       0
15/mit            /mit            none    rw,bind         0       0
16/tmp            /tmp            none    rw,bind         0       0
17/media          /media          none    rw,rbind        0       0
18/boot           /boot           none    ro,bind         0       0
Note: See TracBrowser for help on using the repository browser.