Morten Linderud
Morten Linderud
This has now been partially implemented https://github.com/Foxboron/sbctl/tree/master/tests
> and old kernel versions that are removed at some point will lead to complaints from sbctl, though not outright failures. Can probably implement a `sbctl clean` or `sbctl remove-old-files`...
There is no way for us to template up the linux kernel name? Add `sbctl.conf` with `KernelFormat=linux-$pkgver_$pkgrel` or something? Add full path and allow globs maybe?
Or we have an `AllowList`/`DenyList` for the `--sign-all-esp-yolo` function?
dracut only really uses `sbsign` on the images. That's it. Nothing wrong with it but it's not really flexible in my opinion. I want key rotation, support for smartcards and...
Yes, but we could reserve our own vendor GUID and have a `Version` file that can explain the versioning format :) It's something I just realized in passing. I don't...
It doesn't, but it makes the entire change set easier if we pool up all these changes to one larger "move from misuing /usr to proper /var and /etc".
I'd prefer if we managed to write some Go code for this :) I dislike shelling out for tools and this could either be it's own library, find something already...
If we are only detecting the filetype pulling imagemagick is a bit much I think, we only really need to peek at 2 bytes in the file to see if...
I think we can just do a hard failure in the `bundle` command when there is a file passed there :) No need for one in `GenerateBundle` as we should...