Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1812 from flatcar-linux/coreos-overlay
Browse files Browse the repository at this point in the history
coreos-base/coreos-init: skip ensure-sysext unit
  • Loading branch information
pothos committed Apr 13, 2022
2 parents 16e6dce + 8f7a082 commit deddaa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2022-04-12-skip-ensure-sysext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Skipped starting `ensure-sysext.service` if `systemd-sysext.service` won't be started, to prevent reporting a dependency failure ([Flatcar#710](https://github.com/flatcar-linux/Flatcar/issues/710))
2 changes: 1 addition & 1 deletion coreos-base/coreos-init/coreos-init-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="d76453b957f1e9ebe428c66ea6c9e3bb9a2d3489" # flatcar-master
CROS_WORKON_COMMIT="656181fd8e80fd10f44b8e0ec64998cfd1ff8901" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down
1 change: 1 addition & 0 deletions sys-apps/systemd/CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Check that the `systemd-sysext.service`'s `ConditionDirectoryNotEmpty` entries are correctly reflected in `flatcar-linux/init:systemd/system/ensure-sysext.service`

0 comments on commit deddaa2

Please sign in to comment.