dracut/dracut.conf

24 lines
451 B
Plaintext
Raw Normal View History

2009-06-04 15:07:59 +04:00
# Sample dracut config file
# Specific list of dracut modules to use
#dracutmodules=""
# Dracut modules to omit
#omit_dracutmodules=""
# additional kernel modules to the default
#add_drivers=""
2009-08-31 13:39:21 +04:00
# list of kernel filesystem modules to be included in the generic initramfs
#filesystems=""
2009-08-31 13:39:21 +04:00
# build initrd only to boot current hardware
#hostonly="-h"
#
# install local /etc/mdadm.conf
mdadmconf="yes"
# install local /etc/lvm/lvm.conf
lvmconf="yes"