dracut/dracut.conf

52 lines
1.3 KiB
Plaintext
Raw Normal View History

# PUT YOUR CONFIG HERE OR IN separate files named *.conf
# in /etc/dracut.conf.d
# /etc/dracut.conf.d/*.conf will override the settings in here
2009-06-04 15:07:59 +04:00
# 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+=""
2009-06-04 15:07:59 +04:00
# Dracut modules to omit
#omit_dracutmodules+=""
2009-06-04 15:07:59 +04:00
2010-02-12 14:19:33 +03:00
# Dracut modules to add to the default
#add_dracutmodules+=""
2010-02-12 14:19:33 +03:00
# 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="yes"
#
# install local /etc/mdadm.conf
mdadmconf="yes"
# install local /etc/lvm/lvm.conf
lvmconf="yes"
# A list of fsck tools to install. If it's not specified, module's hardcoded
# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
# opportunistic, so non-existing tools are just ignored.
#fscks=""
# inhibit installation of any fsck tools
#nofscks="yes"
# mount / and /usr read-only by default
#ro_mnt="no"
# set the directory for temporary files
# default: /var/tmp
#tmpdir=/tmp