diff options
| author | Michael Biebl <biebl@debian.org> | 2021-10-01 23:06:08 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-10-01 23:06:08 +0200 |
| commit | a3349a04ac4c38885cddefec8515c979d03f9327 (patch) | |
| tree | d3bbee695aa048cb4ec252e7d63515c8376f9006 /man/nm-initrd-generator.xml | |
| parent | 2d5b58e374d67f60880c7689e80c7745aeef3f62 (diff) | |
| parent | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (diff) | |
Update upstream source from tag 'upstream/1.32.12'
Update to upstream version '1.32.12' with Debian dir 6fabefa95c7dcf83371a78eb2c47013a81ff8d86
Diffstat (limited to 'man/nm-initrd-generator.xml')
| -rw-r--r-- | man/nm-initrd-generator.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml index fcfb54fe..503700fa 100644 --- a/man/nm-initrd-generator.xml +++ b/man/nm-initrd-generator.xml @@ -142,12 +142,15 @@ <member><option>bond</option></member> <member><option>team</option></member> <member><option>vlan</option></member> + <member><option>ib.pkey</option></member> <member><option>bootdev</option></member> <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> <member><option>BOOTIF</option></member> </simplelist> @@ -183,6 +186,31 @@ the command line wins.</para> </listitem> + <listitem> + <para>NetworkManager supports the + <option>ib.pkey</option>=<replaceable>PARENT</replaceable>.<replaceable>PKEY</replaceable> + argument to set up an Infiniband partition on IPoIB parent + device <replaceable>PARENT</replaceable> using the specified + partition key <replaceable>PKEY</replaceable>. The partition + key must be in hexadecimal notation without leading "0x", for + 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> |