1# root 2mount -a #s/boot / 3 4# kernel devices 5bind #c /dev 6bind #d /fd 7bind -c #e /env 8bind #p /proc 9bind -c #s /srv 10 11# standard bin 12bind /$cputype/bin /bin 13bind -a /rc/bin /bin 14 15# networks 16mount -b /srv/cs /net 17bind -b #l /net 18bind -b #Iudp /net 19bind -b #Itcp /net 20bind -b #Iil /net 21mount -a /srv/dns /net 22 23# local fs 24mount -c /srv/kfs /n/kfs 25 26bind -c /usr/$user/tmp /tmp 27cd /usr/$user 28