From e465722b908aa870bdc293b9a417d3c15294aa6d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Dec 2024 20:36:29 +0100 Subject: New upstream version 1.50.1 --- docs/api/html/nm-initrd-generator.html | 186 --------------------------------- 1 file changed, 186 deletions(-) delete mode 100644 docs/api/html/nm-initrd-generator.html (limited to 'docs/api/html/nm-initrd-generator.html') diff --git a/docs/api/html/nm-initrd-generator.html b/docs/api/html/nm-initrd-generator.html deleted file mode 100644 index c2fdee5a..00000000 --- a/docs/api/html/nm-initrd-generator.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - -nm-initrd-generator: NetworkManager Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

nm-initrd-generator

-

nm-initrd-generator — early boot NetworkManager configuration generator

-
-
-

Synopsis

-

nm-initrd-generator [OPTIONS...] -- [CMDLINE...]

-
-
-

Description

-

nm-initrd-generator scans the command line for options - relevant to network configuration and creates configuration files for an early - instance of NetworkManager run from the initial ramdisk during early boot.

-
-
-

Options

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- -c | --connections-dir - path -

Output connection directory.

- -p | --persistent-connections-dir - path -

Persistent connection directory. If it exists, rd.neednet will not - cause a default connection to be generated in absence of other options.

- -i | --initrd-data-dir - path -

Output directory for initrd data (e.g. hostname).

- -d | --sysfs-dir - path -

The sysfs mount point.

- -r | --run-config-dir - path -

Output directory for config files.

- -s | --stdout -

Dump connections to standard output. Useful for debugging.

CMDLINE

-

The options that appear on the kernel command line. The following options are recognized:

- - - - - - - - - - - - - - - - - - - - - - - - -
ip
rd.route
bridge
bond
team
vlan
ib.pkey
bootdev
nameserver
net.ifnames
rd.peerdns
rd.iscsi.ibft
rd.bootif
rd.neednet
rd.ethtool
rd.net.timeout.dhcp
rd.net.dhcp.retry
rd.net.dhcp.vendor-class
rd.net.dhcp.dscp
rd.net.timeout.carrier
rd.znet
rd.znet_ifname
BOOTIF
-

Please consult the dracut.cmdline(7) - manual for the documentation of the precise format of the values supported.

-
-
-
-

Differences from the network-legacy dracut module

-

nm-initrd-generator generates a set of - connections that are then configured by the NetworkManager - instance running in the initrd. There are some differences in - behavior compared to the network-legacy dracut module:

-
    -
  • When an interface is configured with a static address - and a gateway, the network-legacy module waits that the - gateway responds to arping requests before proceeding, while - NetworkManager doesn't.

  • -
  • 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.

  • -
  • NetworkManager supports the - ib.pkey=PARENT.PKEY - argument to set up an Infiniband partition on IPoIB parent - device PARENT using the specified - partition key PKEY. The partition - key must be in hexadecimal notation without leading "0x", for - example "ib.pkey=ib0.8004". -

  • -
  • NetworkManager supports the - rd.ethtool=INTERFACE:AUTONEG:SPEED - kernel command line option to set up ethtool NIC configuration parameters - AUTONEG and SPEED. - The INTERFACE being configured must be - specified, and the other parameters are optional and can be left blank. - When SPEED is set, duplex mode is - automatically set to 'full'. INTERFACE - accepts string values, AUTONEG accepts - boolean values (true and false / on or off / 0 or 1), and - SPEED accepts positive integer values. -

  • -
  • NetworkManager supports the - rd.net.dhcp.dscp={CS0|CS4|CS6} - kernel command line option to set a specific DSCP (TOS) value - in the IP header of DHCP messages. -

  • -
-
-
-

Exit Status

-

nm-initrd-generator exits with status 0. It ignores unrecognized - options and prints an error message if it encounters a malformed option.

-
-
-

See Also

-

dracut.cmdline(7), - NetworkManager(8).

-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5