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