NetworkManager/src/nm-initrd-generator
2021-08-19 17:51:11 +02:00
..
tests nm-initrd-generator: remove duplex option 2021-08-17 12:00:37 -03: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 nm-initrd-generator: remove duplex option 2021-08-17 12:00:37 -03: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