[roll] Roll fuchsia [zbi] Replace the notion of "complete" with "bootable"
A ZBI is complete if its first item is a kernel ZBI and its second is a
BOOTFS. The ZBI spec doesn't actually mention BOOTFS, which should be an
internal platform detail. Moreover, Physboot will soon invalidate
expectation that any ZBI is complete. We replace completeness checks
with suitably weaker checks that the ZBI only has a kernel for its first
item (i.e., is "bootable").
Original-Fixed: 57245
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/537306
Original-Revision: 2d7f0294b4f6685e078adde680b9364689718d81
GitOrigin-RevId: ca54d246aea9ab19bb2d2f346c4f069c306cf80a
Change-Id: Idef1152349c7c59c13f32610f02f4e4afc3e250f
diff --git a/stem b/stem
index 49e6778..e79774f 100644
--- a/stem
+++ b/stem
@@ -10,7 +10,7 @@
githooks=""
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="2a19cee649014c6b12775435dd056a93dffb65b9"/>
+ revision="2d7f0294b4f6685e078adde680b9364689718d81"/>
</projects>
<hooks>
<hook name="install-environment"