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