mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +02:00
27 lines
548 B
Plaintext
27 lines
548 B
Plaintext
# dracut config file
|
|
|
|
# Specific list of dracut modules to use
|
|
#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+="ext2 ext3 reiserfs reiser4 iso9660 vfat"
|
|
|
|
# build initrd only to boot current hardware
|
|
#hostonly="yes"
|
|
#
|
|
|
|
# install local /etc/mdadm.conf
|
|
mdadmconf="no"
|
|
|
|
# install local /etc/lvm/lvm.conf
|
|
lvmconf="no"
|