coreos-base/coreos-init/coreos-init: pull in latest changes

This pulls in
https://github.com/flatcar-linux/init/pull/58
(bin/flatcar-update: don't assume $USER is set up, only use $EUID)
and
https://github.com/flatcar-linux/init/pull/51
network: Enable the RAs to fix IPv6 address assignment
This commit is contained in:
Kai Lueke 2022-01-26 17:10:50 +01:00
parent 66e00de1db
commit e2d87f0d26
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
- network: Accept ICMPv6 Router Advertisements to fix IPv6 address assignment in the default DHCP setting ([PR#51](https://github.com/flatcar-linux/init/pull/51))

View File

@ -0,0 +1 @@
- flatcar-update: Stopped checking for the `USER` environment variable which may not be set in all environments, causing the script to fail unless a workaround was used like prepending an additional `sudo` invocation ([PR#58](https://github.com/flatcar-linux/init/pull/58))

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