Merge pull request #1820 from flatcar-linux/kai/sysext-oem-partition

coreos-base/coreos-init: add systemd-sysext.service for OEM mount
This commit is contained in:
Kai Lüke 2022-04-25 13:12:45 +09:00 committed by GitHub
commit b9f2da8566
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
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="538e67b821846b788dab5563203d9ce9dba5c0cf" # flatcar-master
CROS_WORKON_COMMIT="40af7f1424c0a3de90306c5c9957c12722aa89dc" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi