blob: e354910e3a5287ae1b1897cda25f395145f8b98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# bootes' root
mount -a #s/boot /
# visible things go here
bind /sys/doc /usr/web/plan9/doc
bind /sys/src/cmd/unix /usr/web/plan9/unixsrc
# anonymous ftp only allows writes to files below /incoming
# bind a personal incoming directory below incoming
bind -c /usr/none/incoming /usr/web/incoming/none
# this cuts off everything not mounted below /usr/web
bind /usr/web /
|