Merge pull request #2000 from flatcar-linux/kai/remove-old-lts-docs-and-creds

coreos-base/coreos-init: Remove outdated LTS motd information
This commit is contained in:
Kai Lüke 2022-06-30 13:19:48 +02:00 committed by GitHub
commit 6661f5c793
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Removed outdated LTS channel information printed on login ([init#75](https://github.com/flatcar-linux/init/pull/75))

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