[roll] Roll fuchsia [bootfs] Replace `bin/startup` with eager

To make this possible, change eager startup failure behavior to just log the
error instead of propagating the error to the parent's start. This is
necessary because some `core` components in certain builds have a child
definition but their package is not part of the build. This should
probably be fixed, but the new behavior is arguably more conceptually
coherent -- the lifecycles of parent and child instances are normally
decoupled and if the child is started by some other means it doesn't
affect the parent.

The benefit is we can reclaim a bit of memory from bootfs, as well as
simplify the topology slightly.

Original-Bug: 438195589
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1396566
Original-Revision: a89c273fef3e686c3739f03733015a0533eef894
GitOrigin-RevId: 1a2f2143eae30dd4c01f2a7a1ed3316a29f9392d
Change-Id: I75fdddceb042eec750c4e57ccacfd10d31f65e95
1 file changed
tree: 26214a7a7d3242009ea1a2c60b88418d1276ad36
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.