]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame_incremental - src/dracut/dracut.conf
httpscert: Increase size of the RSA key to 4096.
[people/teissler/ipfire-2.x.git] / src / dracut / dracut.conf
... / ...
CommitLineData
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
16filesystems+="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
23mdadmconf="no"
24
25# install local /etc/lvm/lvm.conf
26lvmconf="no"