# root
mount -aC #s/boot /root $rootspec
bind -a $rootdir /

# kernel devices
bind #c /dev
bind #d /fd
bind -c #e /env
bind #p /proc
bind -c #s /srv
#bind #| /pipe

# standard bin
bind /$cputype/bin /bin
bind -a /rc/bin /bin
bind -a /rc/localbin /bin
bind -a /bin/ip /bin

# networks
bind -a #l /net
bind -a #I /net
mount -a /srv/cs /net
mount -a /srv/dns /net
mount -a /srv/net /net
bind -a #D /net


bind -a #l1 /net.alt
bind -a #I1 /net.alt
mount -a /srv/cs_net.alt /net.alt
mount -a /srv/dns_net.alt /net.alt
#mount -a /srv/net /net
bind -a #D /net.alt

# mail has to be uncached
mount -c #s/boot /n/termrc.tmp
bind -c /n/termrc.tmp/mail /mail

# other filesys
mount -c /srv/other /n/vampiraother other
#bind -c /n/vampiraother/mail /mail
#bind -c /n/vampiraother/log /sys/log


bind -c /usr/$user/tmp /tmp
cd /usr/$user

