diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:23:22 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:23:22 +0200 |
| commit | cfb80376641fa49137b9996130352697e7f8b436 (patch) | |
| tree | 4ac3eb90a08f27a8bff2372052f8ae78f7e7c3aa /man/nm-initrd-generator.8 | |
| parent | 35779c6675728fa6f0fd0a21cefb904408509c23 (diff) | |
New upstream version 1.32.10
Diffstat (limited to 'man/nm-initrd-generator.8')
| -rw-r--r-- | man/nm-initrd-generator.8 | 54 |
1 files changed, 51 insertions, 3 deletions
diff --git a/man/nm-initrd-generator.8 b/man/nm-initrd-generator.8 index 06f6e1c1..4d0e58ce 100644 --- a/man/nm-initrd-generator.8 +++ b/man/nm-initrd-generator.8 @@ -2,12 +2,12 @@ .\" Title: nm-initrd-generator .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 06/30/2021 +.\" Date: 08/18/2021 .\" Manual: System Administration -.\" Source: NetworkManager 1.32.2 +.\" Source: NetworkManager 1.32.10 .\" Language: English .\" -.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.32\&.2" "System Administration" +.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.32\&.10" "System Administration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -85,6 +85,9 @@ The options that appear on the kernel command line\&. The following options are \fBvlan\fR .RE .RS 4 +\fBib\&.pkey\fR +.RE +.RS 4 \fBbootdev\fR .RE .RS 4 @@ -97,6 +100,9 @@ The options that appear on the kernel command line\&. The following options are \fBrd\&.bootif\fR .RE .RS 4 +\fBrd\&.ethtool\fR +.RE +.RS 4 \fBrd\&.net\&.timeout\&.dhcp\fR .RE .RS 4 @@ -138,6 +144,48 @@ When an interface is configured with a static address and a gateway, the network .\} network\-legacy configures interfaces one by one in the order in which they are announced by udev\&. If multiple interfaces specify a hostname (from command line or from DHCP), the one from the last interface activated wins\&. With NetworkManager, hostnames from command line have higher precedence over ones from DHCP, and the last that appears in the command line wins\&. .RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +NetworkManager supports the +\fBib\&.pkey\fR=\fIPARENT\fR\&.\fIPKEY\fR +argument to set up an Infiniband partition on IPoIB parent device +\fIPARENT\fR +using the specified partition key +\fIPKEY\fR\&. The partition key must be in hexadecimal notation without leading "0x", for example "ib\&.pkey=ib0\&.8004"\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +NetworkManager supports the +\fBrd\&.ethtool\fR=\fIINTERFACE\fR:\fIAUTONEG\fR:\fISPEED\fR +kernel command line option to set up ethtool NIC configuration parameters +\fIAUTONEG\fR +and +\fISPEED\fR\&. The +\fIINTERFACE\fR +being configured must be specified, and the other parameters are optional and can be left blank\&. When +\fISPEED\fR +is set, duplex mode is automatically set to \*(Aqfull\*(Aq\&. +\fIINTERFACE\fR +accepts string values, +\fIAUTONEG\fR +accepts boolean values (true and false / on or off / 0 or 1), and +\fISPEED\fR +accepts positive integer values\&. +.RE .SH "EXIT STATUS" .PP \fBnm\-initrd\-generator\fR |