Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Sign the default/fallback loader #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 12, 2018

  1. Sign the default/fallback loader

    Instead of hardcoding the installation path of the systemd-boot, to be
    used to sign it, try to extract the actual path's that bootctl installs
    systemd-boot to. Usually, it's also installing a fallback loader.
    
    Signed-off-by: Anders Darander <anders.darander@gmail.com>
    darander committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    196c21c View commit details
    Browse the repository at this point in the history
  2. tests: add output to mock bootcl

    The bootctl command in sicherboot was rewritten to parse the output
    of the systemd bootctl command. Add the relevant output to the mock.
    
    Signed-off-by: Anders Darander <anders.darander@gmail.com>
    darander committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    ce88749 View commit details
    Browse the repository at this point in the history