Pavel Valena
Pavel Valena
It is unclear though, how the bug reporter deduced he needs `tpm2-tools` from the following message: "dracut: module "crypt" depends on "tpm2-tss", which can't be installed." Relevant code: https://github.com/dracutdevs/dracut/blob/master/modules.d/90crypt/module-setup.sh#L31
> @pvalena the dependency failure is because the tpm2-tss module could not be installed and the reason why tpm2-tss module could not be installed is because the required binary (...
Can you post a log / reproducer?
> Anyway, is there a way to add to initramfs a whole folder or files list ? You can generate it on the fly, f.e. like: ``` install_items+="$(find /usr/share/kbd/keymaps/i386 -type...
Should be already fixed in https://github.com/dracutdevs/dracut/pull/1856
I think this is a behaviour change, as `/dev/null` is invalid config file and therefore expected to fail.
@lnykryn WDYT?
LGTM. @lnykryn PTAL.
@johannbg this seems to be ready to be merged.