1
0

namespace 650 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # root
  2. mount -aC #s/boot /root $rootspec
  3. bind -a $rootdir /
  4. bind -c $rootdir/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. bind -a #¤ /dev
  12. # authentication
  13. mount -a /srv/factotum /mnt
  14. # standard bin
  15. bind -a /rc/bin /bin
  16. bind -a /$cputype/bin /bin
  17. # internal networks
  18. # mount -a /srv/ip /net
  19. bind -a #l /net
  20. bind -a #I /net
  21. mount -a /srv/cs /net
  22. mount -a /srv/dns /net
  23. mount -a /srv/net /net
  24. bind -a #D /net
  25. # external networks
  26. # mount -a /srv/ip.alt /net.alt
  27. bind -a #l1 /net.alt
  28. bind -a #I1 /net.alt
  29. # more here...
  30. # local services
  31. mount /srv/consoles /mnt/consoles
  32. mount -a /srv/telco /net