tree: 32bb260a950eabf326022f702c4802d3ba118eb1 [path history] [tgz]
  1. integration_test/
  2. meta/
  3. bootfs-loader-service-test.cc
  4. bootfs-loader-service.cc
  5. bootfs-loader-service.h
  6. bootfs-service.cc
  7. bootfs-service.h
  8. BUILD.gn
  9. main.cc
  10. OWNERS
  11. README.md
  12. TESTING.md
  13. util-test.cc
  14. util.cc
  15. util.h
src/bringup/bin/bootsvc/README.md

Bootsvc is being deprecated!

As of 2022/03/01, bootsvc is no longer doing anything useful in the boot process besides loading component manager, and the flag //products/kernel_cmdline:userboot-next--skip_bootsvc exists to load component manager directly from userboot.

Any new business logic that you were intending to put in bootsvc likely belongs in component manager, or much less likely in userboot. If neither of these binaries satisfies your requirements, please reach out to dahastin@ and abdulla@. For the current status of the final deprecation and removal from the ZBI, see fxr/44784.