Comment # 7 on bug 1200593 from
ls -l /usr/lib/dracut/dracut.conf.d/
total 12
-rw-r--r-- 1 root root 1066 May 12 01:26 01-dist.conf
-rw-r--r-- 1 root root  112 May  7 22:18 50-sg3_utils.conf
-rw-r--r-- 1 root root  147 May  8 01:30 dm-parts.conf

ls -l /etc/dracut.conf.d/
total 4
-rw-r--r-- 1 root root 487 May 12 01:26 99-debug.conf

file contents in /usr/lib/dracut/dracut.conf.d

01-dist.conf
# SUSE specific dracut settings
#
# SUSE by default always builds as small as possible initrd for performance
# and resource reasons.
# If you like to build a generic initrd which works on other platforms than
# on the one dracut/mkinitrd got called comment out below setting(s).
hostonly="yes"
hostonly_cmdline="yes"

compress="zstd -3 -T0 -q"

i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL
/etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP
/etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
omit_drivers+=" i2o_scsi "

# Below adds additional tools to the initrd which are not urgently necessary to
# bring up the system, but help to debug problems.
# See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools
# are installed and add more if you need them. This specifically helps if you
# use:
# rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount|
# mount|pre-pivot|cleanup]
# boot parameter or if you are forced to enter the dracut emergency shell.

# add_dracutmodules+=debug

50-sg3_utils.conf
# Add new rules file to ensure consistency
install_items+=" /usr/lib/udev/rules.d/54-before-scsi-sg3_id.rules "

dm-parts.conf
# This file has recently been added to kpartx.
# Not all dracut versions know about it.
install_items+=" /usr/lib/udev/rules.d/11-dm-parts.rules "

file content in /etc/dracut.conf.d

99-debug.conf
# Below adds additional tools to the initrd which are not urgently necessary to
# bring up the system, but help to debug problems.
# See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools
# are installed and add more if you need them. This specifically helps if you
# use:
# rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount|
# mount|pre-pivot|cleanup]
# boot parameter or if you are forced to enter the dracut emergency shell.

# add_dracutmodules+=debug


You are receiving this mail because: