push
github
shared/bootspec: don't warn for new `loader.conf` options and correctly parse new `uki` and `profile` boot entry options (#39165) Commit e2a3d5621 added the `uki` option to sd-boot, and 1e9c9773b added `profile`, but because these were not added in src/shared/bootspec, bootctl still shows warnings like `Unknown line 'uki', ignoring.` when parsing the config. This PR allows parsing and displaying them correctly in `bootctl` output. It also stops it from printing a warning for any of the new `loader.conf` options (`log-level`, `reboot-on-error`, etc.). Note that `uki-url` is still not handled as I can't easily test it.
4 of 12 new or added lines in 2 files covered. (33.33%)
3065 existing lines in 68 files now uncovered.303282 of 419915 relevant lines covered (72.22%)
1059441.35 hits per line