blob: d5c5e0d6a5a09e53b2f27e1055060cc3876e6d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# bootes' root
mount -a #s/boot /
# visible things go here
bind /sys/doc /usr/web/plan9/doc
# 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 /
|