mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
coreos-base/coreos-init: use alternative interface names for virtio
This pulls in https://github.com/kinvolk/init/pull/38 to set predictable network interface names as alternative interface names for virtio devices, and also add a special hardcoded ens4v1 name for GCE because the special udev rule to rename the device stopped working after the systemd 247 update.
This commit is contained in:
parent
af26169c04
commit
cabd143d8e
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="4d064e7755fea10bc89e0d42ad8f575ba87a5b22" # flatcar-master
|
||||
CROS_WORKON_COMMIT="d9ec12477ef514ac6c9cfd4182e3b2ede77c5963" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user