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