]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.conf
dracut-logger: logging facility module for build- and boot-time
[thirdparty/dracut.git] / dracut.conf
1 # Sample dracut config file
2
3 logfile=/var/log/dracut.log
4 fileloglvl=6
5 stdloglvl=3
6
7 # Specific list of dracut modules to use
8 #dracutmodules+=""
9
10 # Dracut modules to omit
11 #omit_dracutmodules+=""
12
13 # Dracut modules to add to the default
14 #add_dracutmodules+=""
15
16 # additional kernel modules to the default
17 #add_drivers+=""
18
19 # list of kernel filesystem modules to be included in the generic initramfs
20 #filesystems+=""
21
22 # build initrd only to boot current hardware
23 #hostonly="yes"
24 #
25
26 # install local /etc/mdadm.conf
27 mdadmconf="yes"
28
29 # install local /etc/lvm/lvm.conf
30 lvmconf="yes"