diff options
Diffstat (limited to 'docs/api/html/nm-initrd-generator.html')
| -rw-r--r-- | docs/api/html/nm-initrd-generator.html | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/docs/api/html/nm-initrd-generator.html b/docs/api/html/nm-initrd-generator.html index eabfd4c5..274c2c41 100644 --- a/docs/api/html/nm-initrd-generator.html +++ b/docs/api/html/nm-initrd-generator.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="nm-online.html" title="nm-online"> <link rel="next" href="nm-cloud-setup.html" title="nm-cloud-setup"> -<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -91,10 +91,12 @@ <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> @@ -125,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"> @@ -139,6 +161,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.1</div> +<hr>Generated by GTK-Doc V1.33.0</div> </body> </html> \ No newline at end of file |