mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-01 02:31:13 +02:00
Restore old naming behavior as `eudevd`. Ref: * https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ * https://www.freedesktop.org/software/systemd/man/latest/systemd-udevd.service.html * https://www.freedesktop.org/software/systemd/man/latest/systemd.link.html# Signed-off-by: Noel Georgi <git@frezbo.dev>
16 lines
508 B
SYSTEMD
16 lines
508 B
SYSTEMD
# SPDX-License-Identifier: MIT-0
|
|
#
|
|
# This config file is installed as part of systemd.
|
|
# It may be freely copied and edited (following the MIT No Attribution license).
|
|
#
|
|
# To make local modifications, use "networkctl edit". See networkctl(1) for details.
|
|
# This file should not be edited in place, because it'll be overwritten on upgrades.
|
|
|
|
[Match]
|
|
OriginalName=*
|
|
|
|
[Link]
|
|
NamePolicy=keep kernel database onboard slot path mac
|
|
AlternativeNamesPolicy=database onboard slot path mac
|
|
MACAddressPolicy=persistent
|