We have two different packages for dracut depending on which bootloader you choose during installation. Both packages, eos-dracut and kernel-install-for-dracut, have been updated with a new config file enabling a couple of options. The config file is located at /etc/eos-dracut.conf and /etc/kernel-install-for-dracut.conf respectively. Other than the name, the config files are identical.
There are currently two options in the config. The first enables dracut’s quiet mode to suppress most messages when building the initrd. The other option allows you to not generate a fallback initrd. Both options are disabled by default.
Instructions on how to set those values is contained in the conf file directly.
I have the package kernel-install-for-dracut 1.7-2. I just edited the /etc/kernel-install-for-dracut.conf file to this:
# This config file controls the automation provided by kernel-install-for-dracut
# When DRACUT_QUIET is set to true, dracut will operate with quiet flag set suppressing most output
DRACUT_QUIET="true"
# When NO_FALLBACK is set to true, no fallback initrd will be generated
#NO_DRACUT_FALLBACK="false"
I have kernel instal both from AUR and EndeavourOs, see below
[henry@henry-81n3 ~]$ cat kernel-install-for-dracut
**strong text**cat: kernel-install-for-dracut: No such file or directory**strong text**
[henry@henry-81n3 ~]$ yay kernel-install-for-dracut
2 aur/kernel-install-for-dracut 1.7-1 (+2 0.12) (Installed: 1.7-2)
Enables systemd-boot automation using kernel-install with dracut
1 endeavouros/kernel-install-for-dracut 1.7-2 (18.0 KiB 19.3 KiB) (Installed)
Enables systemd-boot automation using kernel-install with dracut
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==>
there is nothing to do