dracut.conf: move default settings to distro example
parent
335bc217b3
commit
72875215a3
10
dracut.conf
10
dracut.conf
|
@ -1,11 +1,11 @@
|
||||||
# PUT YOUR CONFIG HERE OR IN separate files named *.conf
|
# PUT YOUR CONFIG HERE OR IN separate files named *.conf
|
||||||
# in /etc/dracut.conf.d
|
# in /etc/dracut.conf.d
|
||||||
# /etc/dracut.conf.d/*.conf will override the settings in here
|
# SEE man dracut.conf(5)
|
||||||
|
|
||||||
# Sample dracut config file
|
# Sample dracut config file
|
||||||
|
|
||||||
logfile=/var/log/dracut.log
|
#logfile=/var/log/dracut.log
|
||||||
fileloglvl=6
|
#fileloglvl=6
|
||||||
|
|
||||||
# Exact list of dracut modules to use. Modules not listed here are not going
|
# 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
|
# to be included. If you only want to add some optional modules use
|
||||||
|
@ -29,10 +29,10 @@ fileloglvl=6
|
||||||
#
|
#
|
||||||
|
|
||||||
# install local /etc/mdadm.conf
|
# install local /etc/mdadm.conf
|
||||||
mdadmconf="yes"
|
#mdadmconf="no"
|
||||||
|
|
||||||
# install local /etc/lvm/lvm.conf
|
# install local /etc/lvm/lvm.conf
|
||||||
lvmconf="yes"
|
#lvmconf="no"
|
||||||
|
|
||||||
# A list of fsck tools to install. If it's not specified, module's hardcoded
|
# 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
|
# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
# i18n
|
# i18n
|
||||||
i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP"
|
i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP"
|
||||||
omit_drivers+=" .*/fs/ocfs/.* i2o_scsi"
|
omit_drivers+=' .*/fs/ocfs/.* i2o_scsi'
|
||||||
stdloglvl=3
|
stdloglvl=3
|
||||||
|
logfile=/var/log/dracut.log
|
||||||
|
fileloglvl=6
|
||||||
install_items+=" vi /etc/virc ps grep cat rm "
|
install_items+=" vi /etc/virc ps grep cat rm "
|
||||||
prefix="/"
|
prefix="/"
|
||||||
systemdutildir=/usr/lib/systemd
|
systemdutildir=/usr/lib/systemd
|
||||||
|
|
Loading…
Reference in New Issue