bash-local.manifest.template 841 B

1234567891011121314151617181920212223242526272829303132
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:bash-local
  4. loader.execname = bash-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.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.debug_type = none
  11. fs.mount.root.type = chroot
  12. fs.mount.root.uri = file:
  13. fs.mount.other.lib1.type = chroot
  14. fs.mount.other.lib1.path = /lib
  15. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  16. fs.mount.other.lib2.type = chroot
  17. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  18. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  19. fs.mount.other.bin.type = chroot
  20. fs.mount.other.bin.path = /bin
  21. fs.mount.other.bin.uri = file:/bin
  22. fs.mount.other.usr.type = chroot
  23. fs.mount.other.usr.path = /usr
  24. fs.mount.other.usr.uri = file:/usr
  25. sys.brk.size = 262144 # 256K