loginit: fix loglevel
[dracut.git] / dracut.conf
blob89ceaab9c994cb979ce7aa7ebe15cdf3b9806cae
1 # Sample dracut config file
3 logfile=/var/log/dracut.log
4 fileloglvl=6
6 # Specific list of dracut modules to use
7 #dracutmodules+=""
9 # Dracut modules to omit
10 #omit_dracutmodules+=""
12 # Dracut modules to add to the default
13 #add_dracutmodules+=""
15 # additional kernel modules to the default
16 #add_drivers+=""
18 # list of kernel filesystem modules to be included in the generic initramfs
19 #filesystems+=""
21 # build initrd only to boot current hardware
22 #hostonly="yes"
25 # install local /etc/mdadm.conf
26 mdadmconf="yes"
28 # install local /etc/lvm/lvm.conf
29 lvmconf="yes"