dracut-logger: export _maxloglvl to skip multiple dlog_init()
[dracut.git] / dracut.conf
blobcca735924b90dcef76b2fd13ea64b34c129c7e1e
1 # Sample dracut config file
3 logfile=/var/log/dracut.log
4 fileloglvl=6
5 stdloglvl=3
7 # Specific list of dracut modules to use
8 #dracutmodules+=""
10 # Dracut modules to omit
11 #omit_dracutmodules+=""
13 # Dracut modules to add to the default
14 #add_dracutmodules+=""
16 # additional kernel modules to the default
17 #add_drivers+=""
19 # list of kernel filesystem modules to be included in the generic initramfs
20 #filesystems+=""
22 # build initrd only to boot current hardware
23 #hostonly="yes"
26 # install local /etc/mdadm.conf
27 mdadmconf="yes"
29 # install local /etc/lvm/lvm.conf
30 lvmconf="yes"