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