]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.conf
base/module-setup.sh: only mkdir /lib, if it does not exist
[thirdparty/dracut.git] / dracut.conf
1 # Sample dracut config file
2
3 logfile=/var/log/dracut.log
4 fileloglvl=6
5
6 # Exact list of dracut modules to use. Modules not listed here are not going
7 # to be included. If you only want to add some optional modules use
8 # add_dracutmodules option instead.
9 #dracutmodules+=""
10
11 # Dracut modules to omit
12 #omit_dracutmodules+=""
13
14 # Dracut modules to add to the default
15 #add_dracutmodules+=""
16
17 # additional kernel modules to the default
18 #add_drivers+=""
19
20 # list of kernel filesystem modules to be included in the generic initramfs
21 #filesystems+=""
22
23 # build initrd only to boot current hardware
24 #hostonly="yes"
25 #
26
27 # install local /etc/mdadm.conf
28 mdadmconf="yes"
29
30 # install local /etc/lvm/lvm.conf
31 lvmconf="yes"