R-local.manifest.template 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:R-local
  4. loader.execname = $(RDIR)/bin/exec/R
  5. loader.env.LD_LIBRARY_PATH = $(RDIR)/lib:/lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = $(RDIR)/bin:/usr/bin:/bin
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.env.R_ARCH =
  11. loader.env.R_HOME = $(RDIR)
  12. loader.env.R_SHARE_DIR = $(RDIR)/share
  13. loader.env.R_INCLUDE_DIR = $(RDIR)/include
  14. loader.env.R_DOC_DIR = $(RDIR)/doc
  15. loader.debug_type = none
  16. fs.mount.root.type = chroot
  17. fs.mount.root.uri = file:
  18. fs.mount.other.r.type = chroot
  19. fs.mount.other.r.path = $(RDIR)
  20. fs.mount.other.r.uri = file:$(RDIR)
  21. fs.mount.other.lib1.type = chroot
  22. fs.mount.other.lib1.path = /lib
  23. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  24. fs.mount.other.lib2.type = chroot
  25. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  26. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  27. fs.mount.other.usr.type = chroot
  28. fs.mount.other.usr.path = /usr
  29. fs.mount.other.usr.uri = file:/usr
  30. fs.mount.other.bin.type = chroot
  31. fs.mount.other.bin.path = /bin
  32. fs.mount.other.bin.uri = file:/bin
  33. fs.mount.other.tmp.type = chroot
  34. fs.mount.other.tmp.path = /tmp
  35. fs.mount.other.tmp.uri = file:
  36. sys.brk.size = 262144 # 256K