mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 16:20:14 +01:00
"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. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-initrd-generator.c | ||
| nm-initrd-generator.h | ||
| nmi-cmdline-reader.c | ||
| nmi-dt-reader.c | ||
| nmi-ibft-reader.c | ||
| README.md | ||
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