Revision 25538,
609 bytes
checked in by jdreed, 12 years ago
(diff) |
In reactivate:
* Transform the schroot fstab in the schroot config script to deal with
the /run transition
|
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 | _DEVSHM_ _DEVSHM_ none rw,bind 0 0 |
---|
9 | /dev/pts /dev/pts none rw,bind 0 0 |
---|
10 | _VARRUN_ _VARRUN_ none rw,bind 0 0 |
---|
11 | _VARLOCK_ _VARLOCK_ 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.