aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennartPoettering <mzninuv@0pointer.de>2013-01-07 21:12:16 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-11 10:58:39 +0100
commit93aae43890f94b423eac6cf116e7eefbcec80141 (patch)
treea0453e14d3d1a39eb2865a85767a6d51fceeaf20 /docs
parent(no commit message) (diff)
downloadsystemd-93aae43890f94b423eac6cf116e7eefbcec80141.tar.gz
systemd-93aae43890f94b423eac6cf116e7eefbcec80141.tar.bz2
systemd-93aae43890f94b423eac6cf116e7eefbcec80141.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/PredictableNetworkInterfaceNames.moin2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PredictableNetworkInterfaceNames.moin b/docs/PredictableNetworkInterfaceNames.moin
index 440442d28..1e9649e10 100644
--- a/docs/PredictableNetworkInterfaceNames.moin
+++ b/docs/PredictableNetworkInterfaceNames.moin
@@ -24,7 +24,7 @@ With systemd 197 we have moved a scheme similar to biosdevname (put generally mo
4. Names incorporating the interfaces's MAC address
5. Classic, unpredictable kernel-native ethXXX naming
-By default, systemd v197 will now name interfaces following policy 1) if that information from the firmware is applicable and available, falling back to 2) if that information from the firmware is applicable and available, falling back to 3) if applicable, falling back to 5) in all other cases. (Policy 4) is not used by default, but is available if the user chooses so.)
+By default, systemd v197 will now name interfaces following policy 1) if that information from the firmware is applicable and available, falling back to 2) if that information from the firmware is applicable and available, falling back to 3) if applicable, falling back to 5) in all other cases. Policy 4) is not used by default, but is available if the user chooses so.
This policy is only applied as last resort. That means, if the system has biosdevname installed, it will take precedence. If the user has added udev rules which change the name of the kernel devices these will take precedence too. Also, any distribution specific naming schemes generally take precedence.