]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.conf.5
a781dfbeb004b0d13914d3eccb15d656ea779a9a
[thirdparty/dracut.git] / dracut.conf.5
1 .TH DRACUT.CONF 5 "NOV 2009" "Linux"
2 .SH NAME
3 dracut.conf \- configuration file for dracut
4
5 .SH SYNOPSIS
6 \fB/etc/dracut.conf\fR
7
8 .SH DESCRIPTION
9 .B dracut.conf
10 is loaded during the initialisation phase of dracut.
11 Command line parameter will overwrite any values set here.
12
13 .SH OPTIONS
14 .TP
15 .BR dracutmodules= \%"[LIST]"
16 Specify a space-separated list of dracut modules to
17 call when building the initramfs. Modules are located
18 in /usr/share/dracut/modules.d.
19 .TP
20 .BR omit_dracutmodules= \%"[LIST]"
21 Omit a space-separated list of dracut modules.
22 .TP
23 .BR add_dracutmodules= \%"[LIST]"
24 Add a space-separated list of dracut modules.
25 .TP
26 .BR drivers= \%"[LIST]"
27 Specify a space-separated list of kernel modules to
28 exclusively include in the initramfs.
29 The kernel modules have to be specified without the ".ko" suffix.
30 .TP
31 .BR add_drivers= \%"[LIST]"
32 Specify a space-separated list of kernel
33 modules to add to the initramfs.
34 The kernel modules have to be specified without the ".ko" suffix.
35 .TP
36 .BR filesystems= \%"[LIST]"
37 Specify a space-separated list of kernel filesystem
38 modules to exclusively include in the generic
39 initramfs.
40 .TP
41 .BR drivers_dir= \%"<dir>"
42 Specify the directory, where to look for kernel modules
43 .TP
44 .BR fw_dir= \%"<dir>[:<dir>\ ...]"
45 Specify additional directories, where to look for firmwares, separated by :
46 .TP
47 .BR do_strip= \%"yes|no"
48 Strip binaries in the initramfs (default=yes)
49 .TP
50 .BR hostonly= \%"yes|no"
51 Host-Only mode: Install only what is needed for booting
52 the local host instead of a generic host.
53 .TP
54 .BR mdadmconf= \%"yes|no"
55 Include local /etc/mdadm.conf (default=yes)
56 .TP
57 .BR lvmconf= \%"yes|no"
58 Include local /etc/lvm/lvm.conf (default=yes)
59 .TP
60 .BR kernel_only= "yes|no"
61 Only install kernel drivers and firmware files. (default=no)
62 .TP
63 .BR no_kernel= \%"yes|no"
64 Do not install kernel drivers and firmware files (default=no)
65
66 .SH SEE ALSO
67 .BR dracut (8)
68