1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #!$(PAL)
- loader.preload = file:$(SHIMPATH)
- loader.exec = file:$(RDIR)/bin/exec/R
- loader.execname = $(RDIR)/bin/exec/R
- loader.env.LD_LIBRARY_PATH = $(RDIR)/lib:/lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
- loader.env.PATH = $(RDIR)/bin:/usr/bin:/bin
- loader.env.USERNAME =
- loader.env.HOME =
- loader.env.PWD =
- loader.env.R_ARCH =
- loader.env.R_HOME = $(RDIR)
- loader.env.R_SHARE_DIR = $(RDIR)/share
- loader.env.R_INCLUDE_DIR = $(RDIR)/include
- loader.env.R_DOC_DIR = $(RDIR)/doc
- loader.debug_type = none
- fs.mount.root.type = chroot
- fs.mount.root.uri = file:
- fs.mount.other.r.type = chroot
- fs.mount.other.r.path = $(RDIR)
- fs.mount.other.r.uri = file:$(RDIR)
- fs.mount.other.lib1.type = chroot
- fs.mount.other.lib1.path = /lib
- fs.mount.other.lib1.uri = file:$(GLIBCDIR)
- fs.mount.other.lib2.type = chroot
- fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
- fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
- fs.mount.other.usr.type = chroot
- fs.mount.other.usr.path = /usr
- fs.mount.other.usr.uri = file:/usr
- fs.mount.other.bin.type = chroot
- fs.mount.other.bin.path = /bin
- fs.mount.other.bin.uri = file:/bin
- fs.mount.other.tmp.type = chroot
- fs.mount.other.tmp.path = /tmp
- fs.mount.other.tmp.uri = file:
- sys.stack.size = 256K
- sys.brk.size = 4M
- glibc.heap_size = 16M
|