NetworkManager/src/nm-initrd-generator
2022-11-03 21:05:36 +01:00
..
tests tests: add tests for generating stable UUIDs for keyfile/initrd 2022-11-03 21:05:36 +01: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: set a default carrier timeout of 10 seconds in initrd 2022-07-11 15:47:40 +02:00
nm-initrd-generator.h initrd: generate initrd generator profiles with autoconnect-priority -100 2022-10-17 16:26:01 +02:00
nmi-cmdline-reader.c initrd: generate initrd generator profiles with autoconnect-priority -100 2022-10-17 16:26:01 +02:00
nmi-dt-reader.c initrd: generate initrd generator profiles with autoconnect-priority -100 2022-10-17 16:26:01 +02:00
nmi-ibft-reader.c initrd: generate initrd generator profiles with autoconnect-priority -100 2022-10-17 16:26:01 +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