aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2016-11-14 13:27:59 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-11 10:58:40 +0100
commit27eaa1bc7a553c46889ebe1e9b3cb9279ad432d1 (patch)
tree3dc65ebd09f9c7a61b5d1d18ede2eca1414a9388 /docs
parent(no commit message) (diff)
downloadsystemd-27eaa1bc7a553c46889ebe1e9b3cb9279ad432d1.tar.gz
systemd-27eaa1bc7a553c46889ebe1e9b3cb9279ad432d1.tar.bz2
systemd-27eaa1bc7a553c46889ebe1e9b3cb9279ad432d1.zip
fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/PredictableNetworkInterfaceNames.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PredictableNetworkInterfaceNames.mdwn b/docs/PredictableNetworkInterfaceNames.mdwn
index 3cbd41e7f..948f86edc 100644
--- a/docs/PredictableNetworkInterfaceNames.mdwn
+++ b/docs/PredictableNetworkInterfaceNames.mdwn
@@ -56,7 +56,7 @@ Does this have any drawbacks? Yes, it does. Previously it was practically guaran
## I don't like this, how do I disable this?
-You basically have four options:
+You basically have three options:
1. You disable the assignment of fixed names, so that the unpredictable kernel names are used again. For this, simply mask udev's rule file for the default policy: `ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules`
1. You create your own manual naming scheme, for example by naming your interfaces "internet0", "dmz0" or "lan0". For that create your own .link files in /etc/systemd/network/, that choose an explicit name or a better naming scheme for one, some, or all of your interfaces. See [[systemd.link(5)|http://www.freedesktop.org/software/systemd/man/systemd.link.html]] for more information.