make-local.manifest.template 1.0 KB

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