You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2691 brought up to light that the dracut module setup for immucore does not seem to fail when it fails. In this case it was missing a binary and the initramfs was built anyway with missing binaries.
It should hard fatal if a binary is missing, no 2 way about it, otherwise we can have weird behavior during boot and we wont even notice.
#2691 brought up to light that the dracut module setup for immucore does not seem to fail when it fails. In this case it was missing a binary and the initramfs was built anyway with missing binaries.
It should hard fatal if a binary is missing, no 2 way about it, otherwise we can have weird behavior during boot and we wont even notice.
Here is the exact line that was failing but initramfs module was still inserted and initramfs built: https://github.com/kairos-io/immucore/blob/main/dracut/28immucore/module-setup.sh#L28
See related: #2682
The text was updated successfully, but these errors were encountered: