1DRACUT.CONF(5) File Formats Manual DRACUT.CONF(5)
2
3
4
6 dracut.conf - configuration file for dracut
7
8
10 /etc/dracut.conf
11
12
14 dracut.conf is loaded during the initialisation phase of dracut. Com‐
15 mand line parameter will overwrite any values set here.
16
17
19 dracutmodules+=" [LIST] "
20 Specify a space-separated list of dracut modules to call when
21 building the initramfs. Modules are located in /usr/share/dra‐
22 cut/modules.d.
23
24 omit_dracutmodules+=" [LIST] "
25 Omit a space-separated list of dracut modules.
26
27 add_dracutmodules+=" [LIST] "
28 Add a space-separated list of dracut modules.
29
30 drivers+=" [LIST] "
31 Specify a space-separated list of kernel modules to exclusively
32 include in the initramfs. The kernel modules have to be speci‐
33 fied without the ".ko" suffix.
34
35 add_drivers+=" [LIST] "
36 Specify a space-separated list of kernel modules to add to the
37 initramfs. The kernel modules have to be specified without the
38 ".ko" suffix.
39
40 omit_drivers+=" [LIST] "
41 Specify a space-separated list of kernel modules to omit from
42 the initramfs. The kernel modules have to be specified without
43 the ".ko" suffix. Regular expressions are also allowed like
44 ".*/fs/foo/.* .*/fs/bar/.*".
45
46 filesystems+=" [LIST] "
47 Specify a space-separated list of kernel filesystem modules to
48 exclusively include in the generic initramfs.
49
50 drivers_dir="<dir>"
51 Specify the directory, where to look for kernel modules
52
53 fw_dir+=":<dir>[:<dir> ...]"
54 Specify additional directories, where to look for firmwares,
55 separated by :
56
57 do_strip="yes|no"
58 Strip binaries in the initramfs (default=yes)
59
60 hostonly="yes|no"
61 Host-Only mode: Install only what is needed for booting the
62 local host instead of a generic host.
63
64 mdadmconf="yes|no"
65 Include local /etc/mdadm.conf (default=yes)
66
67 lvmconf="yes|no"
68 Include local /etc/lvm/lvm.conf (default=yes)
69
70 kernel_only="yes|no"
71 Only install kernel drivers and firmware files. (default=no)
72
73 no_kernel="yes|no"
74 Do not install kernel drivers and firmware files (default=no)
75
76 install_items+=" <file>[ <file> ...] "
77
78 Specify additional files to include in the initramfs, separated
79 by spaces.
80
81
83 dracut(8)
84
85
86
87
88Linux NOV 2009 DRACUT.CONF(5)