Merge pull request #2198 from flatcar/krnowak/bump-init

coreos-base/coreos-init: Bring in the port customization changes
This commit is contained in:
Krzesimir Nowak 2022-10-04 16:39:01 +02:00 committed by GitHub
commit 2418d19906
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- The flatcar-update tool got two new flags to customize ports used on the host while updating flatcar ([PR#81](https://github.com/flatcar/init/pull/81))

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="ffa29e69243a5752b44e03642634b67261275b67" # flatcar-master
CROS_WORKON_COMMIT="6d875efa195adb6b4b19dde0f5fef85d9ce1fd49" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi