summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAna Cabral <avelar.analuiza@gmail.com>2021-08-17 12:01:30 -0300
committerAna Cabral <avelar.analuiza@gmail.com>2021-08-17 12:32:54 -0300
commit44a5bdabe95fc6c662ac4a99ced01a10172f9e7c (patch)
tree87888407b7894a5f2db965c65f26a20499e775a5 /man
parent750d35a6e3a66925317fe3bdd71cd174a7e1cc0e (diff)
downloadNetworkManager-44a5bdabe95fc6c662ac4a99ced01a10172f9e7c.tar.gz
nm-initrd-generator: include man entry for rd.ethtool options
Diffstat (limited to 'man')
-rw-r--r--man/nm-initrd-generator.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml
index 5a758357ed..503700fa80 100644
--- a/man/nm-initrd-generator.xml
+++ b/man/nm-initrd-generator.xml
@@ -147,6 +147,7 @@
<member><option>nameserver</option></member>
<member><option>rd.peerdns</option></member>
<member><option>rd.bootif</option></member>
+ <member><option>rd.ethtool</option></member>
<member><option>rd.net.timeout.dhcp</option></member>
<member><option>rd.net.timeout.carrier</option></member>
<member><option>rd.znet</option></member>
@@ -195,6 +196,21 @@
example "ib.pkey=ib0.8004".
</para>
</listitem>
+
+ <listitem>
+ <para>NetworkManager supports the
+ <option>rd.ethtool</option>=<replaceable>INTERFACE</replaceable>:<replaceable>AUTONEG</replaceable>:<replaceable>SPEED</replaceable>
+ kernel command line option to set up ethtool NIC configuration parameters
+ <replaceable>AUTONEG</replaceable> and <replaceable>SPEED</replaceable>.
+ The <replaceable>INTERFACE</replaceable> being configured must be
+ specified, and the other parameters are optional and can be left blank.
+ When <replaceable>SPEED</replaceable> is set, duplex mode is
+ automatically set to 'full'. <replaceable>INTERFACE</replaceable>
+ accepts string values, <replaceable>AUTONEG</replaceable> accepts
+ boolean values (true and false / on or off / 0 or 1), and
+ <replaceable>SPEED</replaceable> accepts positive integer values.
+ </para>
+ </listitem>
</itemizedlist>
</refsect1>