1NM-INITRD-GENERATOR(8) System Administration NM-INITRD-GENERATOR(8)
2
3
4
6 nm-initrd-generator - early boot NetworkManager configuration generator
7
9 nm-initrd-generator [OPTIONS...] -- [CMDLINE...]
10
12 nm-initrd-generator scans the command line for options relevant to
13 network configuration and creates configuration files for an early
14 instance of NetworkManager run from the initial ramdisk during early
15 boot.
16
18 -c | --connections-dir path
19 Output connection directory.
20
21 -d | --sysfs-dir path
22 The sysfs mount point.
23
24 -s | --stdout
25 Dump connections to standard output. Useful for debugging.
26
27 CMDLINE
28 The options that appear on the kernel command line. The following
29 options are recognized:
30 ip
31 rd.route
32 bridge
33 bond
34 team
35 vlan
36 bootdev
37 nameserver
38 rd.peerdns
39 rd.bootif
40 BOOTIF
41 Please consult the dracut.cmdline(7) manual for the documentation
42 of the precise format of the values supported.
43
45 nm-initrd-generator exits with status 0. It ignores unrecognized
46 options and prints an error message if it encounters a malformed
47 option.
48
50 dracut.cmdline(7), NetworkManager(8).
51
52
53
54NetworkManager 1.20.8 NM-INITRD-GENERATOR(8)