commit | 0acce029da093c6dd6253f7316750308c5877193 | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@fuchsia.infra.roller.google.com> | Sat Aug 24 00:47:47 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 23 17:49:13 2024 -0700 |
tree | d61be4d58ee67fb51098b1134d9537bd57ceabf8 | |
parent | d3876e384ee1fcea57bf4e1c72b77af7cd8d60a5 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.