mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
sys-kernel/bootengine: Set up /etc as overlay mount
This pulls in https://github.com/flatcar/bootengine/pull/53 to provide files in /etc through an overlay mount from /usr/share/flatcar/etc - essentially giving us a 3-way merge of config files that allows us to update /etc while keeping user changes.
This commit is contained in:
parent
83f797c4be
commit
45236d8ff6
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-02-20-etc-overlayfs.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-02-20-etc-overlayfs.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- `/etc` is now set up as overlayfs with the original `/etc` folder being the store for changed files/directories and `/usr/share/flatcar/etc` providing the lower default directory tree ([bootengine#53](https://github.com/flatcar/bootengine/pull/53), [scripts#666](https://github.com/flatcar/scripts/pull/666))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="aa8a19eb8e555d75535632600a353ea4cb5576eb" # flatcar-master
|
||||
CROS_WORKON_COMMIT="98a903c775dc0dea3db45e5ca730d7be4d480cf2" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user