busybox.manifest.template 496 B

12345678910111213141516171819
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:busybox
  4. loader.env.PATH = /:/usr/sbin:/usr/bin:/sbin:/bin
  5. loader.env.LD_LIBRARY_PATH = /lib:/lib64
  6. loader.exclude_env = USERNAME,HOME,PWD
  7. loader.debug_type = none
  8. fs.mount.root.type = chroot
  9. fs.mount.root.uri = file:
  10. fs.mount.other.lib1.type = chroot
  11. fs.mount.other.lib1.path = /lib
  12. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  13. fs.mount.other.lib2.type = chroot
  14. fs.mount.other.lib2.path = /lib64
  15. fs.mount.other.lib2.uri = file:/lib