mirror of
https://github.com/dracutdevs/dracut.git
synced 2024-10-30 04:55:31 +03:00
25b45979f2
in dracut.conf: fscks="<tools>" nofscks="yes" and similary on command line: --fscks [LIST] (in addition to conf's, if defined there) --nofscks Signed-off-by: Michal Soltys <soltys@ziu.info>
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
# 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"
|
|
|
|
# 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"
|