make-huge.manifest.template 1005 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:/usr/bin/make
  4. loader.execname = make
  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.debug_type = none
  8. fs.start_dir = $(PWD)
  9. fs.mount.root.type = chroot
  10. fs.mount.root.uri = file:
  11. fs.mount.other.lib1.type = chroot
  12. fs.mount.other.lib1.path = /lib
  13. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  14. fs.mount.other.lib2.type = chroot
  15. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  16. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  17. fs.mount.other.bin.type = chroot
  18. fs.mount.other.bin.path = /bin
  19. fs.mount.other.bin.uri = file:/bin
  20. fs.mount.other.usr.type = chroot
  21. fs.mount.other.usr.path = /usr
  22. fs.mount.other.usr.uri = file:/usr
  23. fs.mount.other.tmp.type = chroot
  24. fs.mount.other.tmp.path = /tmp
  25. fs.mount.other.tmp.uri = file:/tmp
  26. fs.mount.other.pwd.type = chroot
  27. fs.mount.other.pwd.path = $(PWD)
  28. fs.mount.other.pwd.uri = file:
  29. sys.brk.size = 16777216 # 16MB