]> git.ipfire.org Git - thirdparty/dracut.git/blame - dracut.conf
dracut.conf: add comment about /etc/dracut.conf.d
[thirdparty/dracut.git] / dracut.conf
CommitLineData
2b598859
HH
1# PUT YOUR CONFIG HERE OR IN separate files named *.conf
2# in /etc/dracut.conf.d
3# /etc/dracut.conf.d/*.conf will override the settings in here
4
11cbb358
HH
5# Sample dracut config file
6
e103615b
7logfile=/var/log/dracut.log
8fileloglvl=6
e103615b 9
7aa622cd
10# Exact list of dracut modules to use. Modules not listed here are not going
11# to be included. If you only want to add some optional modules use
12# add_dracutmodules option instead.
d87c2708 13#dracutmodules+=""
11cbb358
HH
14
15# Dracut modules to omit
d87c2708 16#omit_dracutmodules+=""
11cbb358 17
94d21487 18# Dracut modules to add to the default
d87c2708 19#add_dracutmodules+=""
94d21487 20
cb47caf7 21# additional kernel modules to the default
d87c2708 22#add_drivers+=""
ba726310 23
8fa510d4 24# list of kernel filesystem modules to be included in the generic initramfs
d87c2708 25#filesystems+=""
8fa510d4 26
ba726310 27# build initrd only to boot current hardware
ba67b923 28#hostonly="yes"
2f02ae9d
HH
29#
30
31# install local /etc/mdadm.conf
32mdadmconf="yes"
7a34efa5
HH
33
34# install local /etc/lvm/lvm.conf
35lvmconf="yes"
25b45979
MS
36
37# A list of fsck tools to install. If it's not specified, module's hardcoded
38# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
39# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
40# opportunistic, so non-existing tools are just ignored.
41#fscks=""
42
43# inhibit installation of any fsck tools
44#nofscks="yes"