-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: systemd-udevd restore old naming behavior
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>
- Loading branch information
Showing
3 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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 |