commit | 7539096810933a29ed3d79125f435307024b7512 | [log] [tgz] |
---|---|---|
author | Scott Haiden <scotthaiden@google.com> | Fri Nov 03 16:46:38 2023 -0700 |
committer | Scott Haiden <scotthaiden@google.com> | Mon Nov 06 18:41:35 2023 +0000 |
tree | d14d7caf45b2f705757e962e4ffd85a77ac24a4d | |
parent | c3d1c3e72507828f138b8abac6d62a78a448698e [diff] |
Modify filesystem-layout hook to check for edgeos - On EdgeOS, we need to create /export/hda3 and make some other directories writable. - However, this hook disallows that because these are nonstandard root directories. - This changeset allows ebuilds to declare themselves as EdgeOS ebuilds, and if they do allows them to leave /export and /users in the filesystem root. - More context: https://groups.google.com/a/google.com/g/chromeos-build-discuss/c/cjETHlXhUyk/m/6hH8mVGpAAAJ BUG=b/287334438 TEST=Built an ebuild with this RELEASE_NOTE=None Change-Id: Ib10143f4bf890644aed2cad9c51fae2b8b2f4b33 Reviewed-on: https://cos-review.googlesource.com/c/third_party/platform/crosutils/+/60642 Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com> Reviewed-by: Kirill Spitsyn <ksp@google.com> Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>