code: 9ferno

ref: 3521573f2f6de16d6063b870c338e5c42fbab3a6
dir: /usr/inferno/namespace/

View raw version
# Referenced by startup scripts in /lib/sh.
# This is run by sh, unlike in Plan 9.
#load std

# interface to host operating system commands
bind -a #C /

# mounting /tmp for acme
bind -a -c '#U*'/tmp /tmp

# /chan/foo is more natural than '#s'/foo
# for some reason, below breaks wmlib
# wmlib: cannot open /chan/wmctl: '/chan/wmctl' file does not exist
# also, this is done by wm/wm anyway. so, not needed
# bind '#s' /chan

# mount 9front's network stack
bind -c '#U*'/net /net