busybox.manifest.template 587 B

12345678910111213141516171819202122
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:busybox
  4. loader.execname = busybox
  5. loader.env.PATH = /:/usr/sbin:/usr/bin:/sbin:/bin
  6. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu
  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