Revision 24278,
573 bytes
checked in by broder, 15 years ago
(diff) |
In reactivate:
* Bind-mount /boot (read-only), but not /home. (Trac: #314)
* Deter people from thinking that /home will persist by getting rid of
it in the chroot.
|
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/shm /dev/shm none rw,bind 0 0 |
---|
9 | /dev/pts /dev/pts none rw,bind 0 0 |
---|
10 | /var/run /var/run none rw,bind 0 0 |
---|
11 | /var/lock /var/lock none rw,bind 0 0 |
---|
12 | /var/tmp /var/tmp none rw,bind 0 0 |
---|
13 | /afs /afs none rw,bind 0 0 |
---|
14 | /mit /mit none rw,bind 0 0 |
---|
15 | /tmp /tmp none rw,bind 0 0 |
---|
16 | /media /media none rw,rbind 0 0 |
---|
17 | /boot /boot none ro,bind 0 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.