Rev 2 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
# bootes' root
|
|
|
2 |
mount -a #s/boot /
|
|
|
3 |
|
|
|
4 |
# visible things go here
|
|
|
5 |
bind /sys/doc /usr/web/plan9/doc
|
|
|
6 |
bind /sys/src/cmd/unix /usr/web/plan9/unixsrc
|
|
|
7 |
|
|
|
8 |
# anonymous ftp only allows writes to files below /incoming
|
|
|
9 |
# bind a personal incoming directory below incoming
|
|
|
10 |
bind -c /usr/none/incoming /usr/web/incoming/none
|
|
|
11 |
|
|
|
12 |
# this cuts off everything not mounted below /usr/web
|
|
|
13 |
bind /usr/web /
|