mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
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
This commit is contained in:
parent
0fe7963a36
commit
ea35c30a39
@ -292,8 +292,8 @@ multilib_src_configure() {
|
|||||||
# Disable the "First Boot Wizard", it isn't very applicable to CoreOS
|
# Disable the "First Boot Wizard", it isn't very applicable to CoreOS
|
||||||
-Dfirstboot=false
|
-Dfirstboot=false
|
||||||
|
|
||||||
# Preserve the v238 network interface naming scheme for compatibility.
|
# Set latest network interface naming scheme for https://github.com/flatcar-linux/Flatcar/issues/36
|
||||||
-Ddefault-net-naming-scheme=v238
|
-Ddefault-net-naming-scheme=latest
|
||||||
|
|
||||||
# unported options, still needed?
|
# unported options, still needed?
|
||||||
-Defi-cc="$(tc-getCC)"
|
-Defi-cc="$(tc-getCC)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user