]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/dracut/dracut.conf
Merge branch 'master' of ssh://git.ipfire.org/srv/git/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / dracut / dracut.conf
1 # 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+="ext2 ext3 ext4 reiserfs reiser4 iso9660 vfat"
17
18 # build initrd only to boot current hardware
19 #hostonly="yes"
20 #
21
22 # install local /etc/mdadm.conf
23 mdadmconf="no"
24
25 # install local /etc/lvm/lvm.conf
26 lvmconf="no"