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