Skip to content

Rework configuration

Jens Drenhaus requested to merge rework/config into main

The separation between host config and security config is not relevant to the internal state of the stboot command. The idea is to introduce a general Opts struct meant to store all configuration and settings for stboot. Still, the parsing of separated host and security settings from remain untouched. The source of host config and security config settings may vary, e.g. JSON, cmd line, hard drive, NVRAM, ...

Merge request reports