Skip to content
  • Kyle Rankin's avatar
    Allow insecure boot mode to bypass kexec sig checks · 66575412
    Kyle Rankin authored
    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.
    66575412