about summary refs log tree commit diff
path: root/docs/api/html/nm-initrd-generator.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2021-10-01 23:05:04 +0200
committerMichael Biebl <biebl@debian.org>2021-10-01 23:05:04 +0200
commite74c568b07b50b97873fb4ee1d776dedefbd54d6 (patch)
tree3469f17ea9af91f7ff169b890633bda68b0cf76e /docs/api/html/nm-initrd-generator.html
parentbfe522304da217296e2a61040f58e35ec5d6f3f2 (diff)
New upstream version 1.32.12 upstream/1.32.12
Diffstat (limited to 'docs/api/html/nm-initrd-generator.html')
-rw-r--r--docs/api/html/nm-initrd-generator.html23
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">