[roll] Roll fuchsia [starnix] Centralize file system creation

Previously, a different set of file systems were available on the
CurrentTask versus the Kernel object. Now, we create all the file
systems via the CurrentTask.

However, when we boot the kernel, we need to create the root file system
without a CurrentTask because we need the root file system in order to
create the initial task. This CL restricts the set of file systems that
can be used for the root mount to remote_bundle, remotefs, and tmpfs,
all of which can be created without a task.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1105168
Original-Revision: e1f7f0fdbbd62e917c0b6317321e74d4a4bd4009
GitOrigin-RevId: 6e4358ecd5e06fd295ff6a0f0e3722fb8425bcb7
Change-Id: I7d259761da51845e9707531479f5849b266da466
1 file changed
tree: d61be4d58ee67fb51098b1134d9537bd57ceabf8
  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 via the IRC channel #fuchsia on Freenode.

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.