From 44a5bdabe95fc6c662ac4a99ced01a10172f9e7c Mon Sep 17 00:00:00 2001 From: Ana Cabral Date: Tue, 17 Aug 2021 12:01:30 -0300 Subject: nm-initrd-generator: include man entry for rd.ethtool options --- man/nm-initrd-generator.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man') 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 @@ + @@ -195,6 +196,21 @@ example "ib.pkey=ib0.8004". + + + NetworkManager supports the + =INTERFACE:AUTONEG:SPEED + kernel command line option to set up ethtool NIC configuration parameters + AUTONEG and SPEED. + The INTERFACE being configured must be + specified, and the other parameters are optional and can be left blank. + When SPEED is set, duplex mode is + automatically set to 'full'. INTERFACE + accepts string values, AUTONEG accepts + boolean values (true and false / on or off / 0 or 1), and + SPEED accepts positive integer values. + + -- cgit v1.2.1