python-local.manifest.template 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:python-local
  4. loader.execname = python
  5. loader.env.LD_LIBRARY_PATH = $(PYTHONDIR)/lib:/lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = $(PYTHONDIR)/bin:/usr/bin:/bin
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.env.PYTHONPATH = $(PYTHONDIR)/bin/python
  11. loader.env.PYTHONHOME = $(PYTHONDIR)
  12. loader.debug_type = none
  13. fs.mount.root.type = chroot
  14. fs.mount.root.uri = file:
  15. fs.mount.other.python.type = chroot
  16. fs.mount.other.python.path = $(PYTHONDIR)
  17. fs.mount.other.python.uri = file:$(PYTHONDIR)
  18. fs.mount.other.lib1.type = chroot
  19. fs.mount.other.lib1.path = /lib
  20. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  21. fs.mount.other.lib2.type = chroot
  22. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  23. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  24. fs.mount.other.bin.type = chroot
  25. fs.mount.other.bin.path = /bin
  26. fs.mount.other.bin.uri = file:/bin
  27. fs.mount.other.usr.type = chroot
  28. fs.mount.other.usr.path = /usr
  29. fs.mount.other.usr.uri = file:/usr
  30. sys.brk.size = 262144 # 256K