k8root.namespace 437 B

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