coreos-base/coreos-init: add systemd-sysext.service for OEM mount

This pulls in https://github.com/flatcar-linux/init/pull/69
to restore the OEM partition mount point after the /usr overlay is
done.
This commit is contained in:
Kai Lueke 2022-04-14 13:43:25 +09:00
parent b6a68c8ee7
commit a2c5b52dec
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added a remount action as `systemd-sysext.service` drop-in unit to restore the OEM partition mount after the overlay mounts in `/usr` are done ([PR#69](https://github.com/flatcar-linux/init/pull/69))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="538e67b821846b788dab5563203d9ce9dba5c0cf" # flatcar-master CROS_WORKON_COMMIT="40af7f1424c0a3de90306c5c9957c12722aa89dc" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi