Jan Janssen

Results 94 comments of Jan Janssen

With secure boot in the mix there really are only three options: 1. Have the payload be signed (yuck) 2. Do the work of LoadImage/StartImage ourselves if we trust the...

> So what is sd-stub? Is that part of systemd-boot? sd-stub is the stub loader for unified kernel images. It allows stuffing the kernel image + discovery metadata + initrd...

I am in the process of switching to LoadImage/StartImage in our stub. There is a neat hack using the EFI_SECURITY_ARCH_PROTOCOL to work around any unsigned payloads (effectively the same way...

The detection behavior should be the same, but there might be slight differences (most likely for bpf-framework, cryptsetup and libidn). @evverx would be nice if you could tell me if...

Obviously, this does create some friction/incompatibility as features for whatever reason weren't designed to take `true/false`. This is also why semaphore ci (for example) is complaining. This would create stronger...

@eli-schwartz thx for the quick look. It's not possible to change meson options from `meson.build` by any chance? :D > Do you want the option name, or stringify its state?...

Might as well deal with `FIXME: Use fs.stem() with meson >= 0.54.0` in the main meson file too. :P I am for bumping the minimum too. Asking bug reporters and...

Just FYI, github sends out notifications for CI failures on its own.

Some of the mkosi cis timeout out because sd-boot was failing. What concerns me is that this isn't detected as a ci failure. @mrc0mmand Maybe you have some thoughts on...

I am hitting a really weird bug in some of the mkosi distros somewhere that causes the kernel to fail at some point during early boot. The interesting part about...