sys-kernel/bootengine: Match ethernet interface with eth0 on DigitalOcean

On DigitalOcean eth0 is still used, so we can just continue
to match for it. Maybe 'e*0' would be possible, too.
There is a problem when IPv6 is activated currently, thus,
just revert the patch.

See also https://github.com/flatcar-linux/bootengine/pull/9
This commit is contained in:
Dongsu Park 2020-02-28 13:52:19 +01:00 committed by Kai Lüke
parent 5799537aa7
commit c52f402f73
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="94b8192c8f1c290a3dcf56f241be86d7c54d2ed5" # flatcar-master
CROS_WORKON_COMMIT="01c5054be3f20e607c0717f48b06d79ebb74d907" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi