[roll] Roll fuchsia [fshost] potentially set a type guid for test disk

The gpt matcher will match anything that doesn't have a type guid, or
anything where the type guid is "empty" (all zeros), which is what the
v2 ramdisk reports when it's not configured with a guid. It's enabled by
default so it ends up grabbing any devices that fall through the cracks.

This adds a default type guid that is non-zero, and the ability to
configure it. If the device is uninitialized or gpt is set, the guid is
cleared so it'll trigger the matcher.

At some point we will make the gpt matcher configured via args instead
of heuristically picking a device, which will remove the need for this.

Original-Bug: 391891190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1209967
Original-Revision: ad04bae9abc3a896118d26c35540570bcbfec98a
GitOrigin-RevId: 4f3e081be898b71e3f3c136ac5cf82c8cc8d4b7f
Change-Id: Ic4313c594b043710dba342730b925047352a6155
1 file changed
tree: ecf6dedb79cc3ca2a36c4c3fbdbccfa1f27f6358
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.