]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.conf
fs-lib: add ability to choose fsck tools
[thirdparty/dracut.git] / dracut.conf
1 # Sample dracut config file
2
3 logfile=/var/log/dracut.log
4 fileloglvl=6
5
6 # Exact list of dracut modules to use. Modules not listed here are not going
7 # to be included. If you only want to add some optional modules use
8 # add_dracutmodules option instead.
9 #dracutmodules+=""
10
11 # Dracut modules to omit
12 #omit_dracutmodules+=""
13
14 # Dracut modules to add to the default
15 #add_dracutmodules+=""
16
17 # additional kernel modules to the default
18 #add_drivers+=""
19
20 # list of kernel filesystem modules to be included in the generic initramfs
21 #filesystems+=""
22
23 # build initrd only to boot current hardware
24 #hostonly="yes"
25 #
26
27 # install local /etc/mdadm.conf
28 mdadmconf="yes"
29
30 # install local /etc/lvm/lvm.conf
31 lvmconf="yes"
32
33 # A list of fsck tools to install. If it's not specified, module's hardcoded
34 # default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
35 # xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
36 # opportunistic, so non-existing tools are just ignored.
37 #fscks=""
38
39 # inhibit installation of any fsck tools
40 #nofscks="yes"