mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
5799537aa7
commit
c52f402f73
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user