NetworkManager/src/nm-initrd-generator
Thomas Haller abeedad315
initrd: reword warnings when parsing "rd.ethtool=" option
"Impossible to set rd.ethtool options: invalid format" is not very
clear. Try to explain what is invalid about the format (the interface
name is missing).

"Invalid value for rd.ethtool.autoneg, rd.ethtool.autoneg was not set"
is also confusing. The message gets printed if the autoneg value was
specified on the command line, so "was not set" seems wrong. Maybe the
message meant that the profile value is left at the default (FALSE),
but that isn't very clear.

Reword.
2021-09-21 08:29:47 +02:00
..
tests initrd: reword warnings when parsing "rd.ethtool=" option 2021-09-21 08:29:47 +02:00
meson.build build: fix linking libnm-log-null into different test programs 2021-07-05 14:51:27 +02:00
nm-initrd-generator.c initrd: add a 'origin' user tag to connections 2021-07-27 16:36:48 +02:00
nm-initrd-generator.h initrd: set required-timeout for default IPv4 configuration 2021-07-05 15:15:45 +02:00
nmi-cmdline-reader.c initrd: reword warnings when parsing "rd.ethtool=" option 2021-09-21 08:29:47 +02:00
nmi-dt-reader.c initrd: move "src/core/initrd/" to "src/nm-initrd-generator/" 2021-03-15 17:10:53 +01:00
nmi-ibft-reader.c all: only include "libnm-glib-aux/nm-uuid.h" where needed 2021-05-04 15:51:51 +02:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

nm-initrd-generator

A command line tool that generates NetworkManager configuration.

This is supposed to be run by dracut in initrd, before NetworkManager starts. It parses the kernel command line, generates configuration and quits.

See:

  • man 8 nm-initrd-generator ([www])
  • man 7 dracut.cmdline