Hi driver devs,
We have removed iquery from bootfs in minimal and above. It's still present in bringup.
If you are working on a product other than `bringup` and can't use `ffx inspect` then you can manually add it to bootfs by passing `--args='product_bootfs_labels+=["//bundles:diagnostics-eng"]'` to your `fx set`. For example:
```
fx set core.x64 --args='product_bootfs_labels+=["//bundles:diagnostics-eng"]'
```
Please reach out if you have any questions or run into any issues.
Cheers,
Miguel