]> git.ipfire.org Git - thirdparty/dracut.git/blame - dracut.conf
control filesystems included in the generic initramfs
[thirdparty/dracut.git] / dracut.conf
CommitLineData
11cbb358
HH
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
cb47caf7
HH
9# additional kernel modules to the default
10#add_drivers=""
ba726310 11
8fa510d4
DH
12# list of kernel filesystem modules to be included in the generic initramfs
13#filesystems=""
14
ba726310
HH
15# build initrd only to boot current hardware
16#hostonly="-h"
2f02ae9d
HH
17#
18
19# install local /etc/mdadm.conf
20mdadmconf="yes"
7a34efa5
HH
21
22# install local /etc/lvm/lvm.conf
23lvmconf="yes"