diff options
author | Tom Gundersen <teg@jklm.no> | 2013-03-17 13:23:33 +0900 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-03-18 18:28:59 +0100 |
commit | 0cf2d0d023389957f57175c9cfb6aba56c0df343 (patch) | |
tree | 9a4cc1803088e53006408b5414c133ed0543fe2f /man/systemd-udevd.service.xml | |
parent | 6ec0ac43bb1f9f8b8b435ba6e5d55dc7cc84c3c6 (diff) |
udev: net-name-slot - disable by kernel command line switch
The properties will still be set in the udev database, but they will not be used
for setting the interface names. As for the other kernel commandline switches,
we allow it to be prefixed by 'rd.' to only apply in the initrd.
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 35e254384e..18734eed1d 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -154,6 +154,14 @@ non-working kernel modules.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>net.predictable-names=</varname></term> + <term><varname>rd.net.predictable-names=</varname></term> + <listitem> + <para>Rename network interfaces to give them predictable names + when possible. Defaults to 1.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |