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 /docs/api/html/nm-initrd-generator.html | |
| 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 'docs/api/html/nm-initrd-generator.html')
| -rw-r--r-- | docs/api/html/nm-initrd-generator.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/api/html/nm-initrd-generator.html b/docs/api/html/nm-initrd-generator.html index bef22dca..274c2c41 100644 --- a/docs/api/html/nm-initrd-generator.html +++ b/docs/api/html/nm-initrd-generator.html @@ -91,12 +91,15 @@ <tr><td><code class="option">bond</code></td></tr> <tr><td><code class="option">team</code></td></tr> <tr><td><code class="option">vlan</code></td></tr> +<tr><td><code class="option">ib.pkey</code></td></tr> <tr><td><code class="option">bootdev</code></td></tr> <tr><td><code class="option">nameserver</code></td></tr> <tr><td><code class="option">rd.peerdns</code></td></tr> <tr><td><code class="option">rd.bootif</code></td></tr> +<tr><td><code class="option">rd.ethtool</code></td></tr> <tr><td><code class="option">rd.net.timeout.dhcp</code></td></tr> <tr><td><code class="option">rd.net.timeout.carrier</code></td></tr> +<tr><td><code class="option">rd.znet</code></td></tr> <tr><td><code class="option">BOOTIF</code></td></tr> </table> <p>Please consult the <span class="citerefentry"><span class="refentrytitle">dracut.cmdline</span>(7)</span> @@ -124,6 +127,26 @@ NetworkManager, hostnames from command line have higher precedence over ones from DHCP, and the last that appears in the command line wins.</p></li> +<li class="listitem"><p>NetworkManager supports the + <code class="option">ib.pkey</code>=<em class="replaceable"><code>PARENT</code></em>.<em class="replaceable"><code>PKEY</code></em> + argument to set up an Infiniband partition on IPoIB parent + device <em class="replaceable"><code>PARENT</code></em> using the specified + partition key <em class="replaceable"><code>PKEY</code></em>. The partition + key must be in hexadecimal notation without leading "0x", for + example "ib.pkey=ib0.8004". + </p></li> +<li class="listitem"><p>NetworkManager supports the + <code class="option">rd.ethtool</code>=<em class="replaceable"><code>INTERFACE</code></em>:<em class="replaceable"><code>AUTONEG</code></em>:<em class="replaceable"><code>SPEED</code></em> + kernel command line option to set up ethtool NIC configuration parameters + <em class="replaceable"><code>AUTONEG</code></em> and <em class="replaceable"><code>SPEED</code></em>. + The <em class="replaceable"><code>INTERFACE</code></em> being configured must be + specified, and the other parameters are optional and can be left blank. + When <em class="replaceable"><code>SPEED</code></em> is set, duplex mode is + automatically set to 'full'. <em class="replaceable"><code>INTERFACE</code></em> + accepts string values, <em class="replaceable"><code>AUTONEG</code></em> accepts + boolean values (true and false / on or off / 0 or 1), and + <em class="replaceable"><code>SPEED</code></em> accepts positive integer values. + </p></li> </ul></div> </div> <div class="refsect1"> |