From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 16 Aug 2021 09:51:46 +0200 Subject: New upstream version 1.30.6 --- man/nm-initrd-generator.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/nm-initrd-generator.8') diff --git a/man/nm-initrd-generator.8 b/man/nm-initrd-generator.8 index 00053b2c..3f898628 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 -.\" Date: 02/18/2021 +.\" Date: 07/16/2021 .\" Manual: System Administration -.\" Source: NetworkManager 1.30.0 +.\" Source: NetworkManager 1.30.6 .\" Language: English .\" -.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.30\&.0" "System Administration" +.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.30\&.6" "System Administration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- -- cgit 1.3.0-6-gf8a5 From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- man/nm-initrd-generator.8 | 57 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 3 deletions(-) (limited to 'man/nm-initrd-generator.8') diff --git a/man/nm-initrd-generator.8 b/man/nm-initrd-generator.8 index 3f898628..8376dc7a 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 -.\" Date: 07/16/2021 +.\" Date: 09/22/2021 .\" Manual: System Administration -.\" Source: NetworkManager 1.30.6 +.\" Source: NetworkManager 1.32.12 .\" Language: English .\" -.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.30\&.6" "System Administration" +.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.32\&.12" "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,12 +100,18 @@ 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 \fBrd\&.net\&.timeout\&.carrier\fR .RE .RS 4 +\fBrd\&.znet\fR +.RE +.RS 4 \fBBOOTIF\fR .RE Please consult the @@ -135,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 -- cgit 1.3.0-6-gf8a5 From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 13 Jan 2022 22:30:39 +0100 Subject: New upstream version 1.34.0 --- man/nm-initrd-generator.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/nm-initrd-generator.8') diff --git a/man/nm-initrd-generator.8 b/man/nm-initrd-generator.8 index 8376dc7a..6b790991 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 -.\" Date: 09/22/2021 +.\" Date: 01/13/2022 .\" Manual: System Administration -.\" Source: NetworkManager 1.32.12 +.\" Source: NetworkManager 1.34.0 .\" Language: English .\" -.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.32\&.12" "System Administration" +.TH "NM\-INITRD\-GENERATOR" "8" "" "NetworkManager 1\&.34\&.0" "System Administration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- -- cgit 1.3.0-6-gf8a5