You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
703 B
31 lines
703 B
# Sample dracut config file |
|
|
|
logfile=/var/log/dracut.log |
|
fileloglvl=6 |
|
|
|
# Exact list of dracut modules to use. Modules not listed here are not going |
|
# to be included. If you only want to add some optional modules use |
|
# add_dracutmodules option instead. |
|
#dracutmodules+="" |
|
|
|
# Dracut modules to omit |
|
#omit_dracutmodules+="" |
|
|
|
# Dracut modules to add to the default |
|
#add_dracutmodules+="" |
|
|
|
# additional kernel modules to the default |
|
#add_drivers+="" |
|
|
|
# list of kernel filesystem modules to be included in the generic initramfs |
|
#filesystems+="" |
|
|
|
# build initrd only to boot current hardware |
|
#hostonly="yes" |
|
# |
|
|
|
# install local /etc/mdadm.conf |
|
mdadmconf="yes" |
|
|
|
# install local /etc/lvm/lvm.conf |
|
lvmconf="yes"
|
|
|