1# root 2mount -a $rootsrv /root $rootspec 3bind -a /root / 4bind -c /root/mnt /mnt 5 6# kernel devices 7bind #c /dev 8bind #d /fd 9bind -c #e /env 10bind #p /proc 11bind -c #s /srv 12 13# mount points 14 15# authentication 16mount -a /srv/factotum /mnt 17 18# standard bin 19bind /root/$cputype/bin /bin 20bind -a /root/rc/bin /bin 21 22# networks 23bind -a #I /net 24bind -a #l0 /net 25#mount -a /srv/cs /net 26#mount -a /srv/dns /net 27 28bind -c /usr/$user/tmp /tmp 29cd /usr/$user 30