mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 00:24:17 +00:00
665754122d
There was a bug in the "force" boot mode where it would still fail if signatures didn't match. This was because the check_config function validates the signatures for kexec files. I've added a few conditionals here so that in the case of a forced boot mode, we can bypass those signature checks that would prevent boot and error out to a recovery console.