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 filesystems+="[LIST]"
41 Specify a space-separated list of kernel filesystem modules to
42 exclusively include in the generic initramfs.
43
44 drivers_dir="<dir>"
45 Specify the directory, where to look for kernel modules
46
47 fw_dir+=":<dir>[:<dir> ...]"
48 Specify additional directories, where to look for firmwares,
49 separated by :
50
51 do_strip="yes|no"
52 Strip binaries in the initramfs (default=yes)
53
54 hostonly="yes|no"
55 Host-Only mode: Install only what is needed for booting the
56 local host instead of a generic host.
57
58 mdadmconf="yes|no"
59 Include local /etc/mdadm.conf (default=yes)
60
61 lvmconf="yes|no"
62 Include local /etc/lvm/lvm.conf (default=yes)
63
64 kernel_only=yes|no
65 Only install kernel drivers and firmware files. (default=no)
66
67 no_kernel="yes|no"
68 Do not install kernel drivers and firmware files (default=no)
69
70
72 dracut(8)
73
74
75
76
77Linux NOV 2009 DRACUT.CONF(5)