Merge pull request #1812 from flatcar-linux/kai/skip-ensure-sysext

coreos-base/coreos-init: skip ensure-sysext unit
This commit is contained in:
Kai Lüke 2022-04-13 20:43:17 +09:00 committed by GitHub
commit b62996069f
3 changed files with 3 additions and 1 deletions

View File

@ -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))

View File

@ -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

View File

@ -0,0 +1 @@
- Check that the `systemd-sysext.service`'s `ConditionDirectoryNotEmpty` entries are correctly reflected in `flatcar-linux/init:systemd/system/ensure-sysext.service`