From ea35c30a39f77ed106a04a4769b28676fb368b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Thu, 5 Mar 2020 14:09:25 +0100 Subject: [PATCH] sys-apps/systemd: Set interface naming scheme to latest When the initramfs gave a persistent name to a network interface, renaming it via Name is not working with the v238 naming scheme even if NamePolicy is unset. Switch to the newest network interface naming scheme to resolve this issue. https://github.com/flatcar-linux/Flatcar/issues/36 --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 9561075767..6399a8994d 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -292,8 +292,8 @@ multilib_src_configure() { # Disable the "First Boot Wizard", it isn't very applicable to CoreOS -Dfirstboot=false - # Preserve the v238 network interface naming scheme for compatibility. - -Ddefault-net-naming-scheme=v238 + # Set latest network interface naming scheme for https://github.com/flatcar-linux/Flatcar/issues/36 + -Ddefault-net-naming-scheme=latest # unported options, still needed? -Defi-cc="$(tc-getCC)"