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.
20 lines
358 B
20 lines
358 B
# 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="" |
|
|
|
# build initrd only to boot current hardware |
|
#hostonly="-h" |
|
# |
|
|
|
# install local /etc/mdadm.conf |
|
mdadmconf="yes" |
|
|
|
# install local /etc/lvm/lvm.conf |
|
lvmconf="yes"
|
|
|