changelog: add enttries (NVIDIA sysext and OOT signing)

This commit is contained in:
Daniel Zatovic 2025-05-13 17:31:43 +02:00
parent a96ba6d0ca
commit 0d1dcb5cfb
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
- Compile OS-dependent NVIDIA kernel module sysexts signed for secure boot. ([scripts#2798](https://github.com/flatcar/scripts/pull/2798/))
- Allow per-sysext USE flags and architecture-specific sysexts. ([scripts#2798](https://github.com/flatcar/scripts/pull/2798/))

View File

@ -0,0 +1 @@
- Sign out-of-tree kernel modules using the ephemeral signing key so that ZFS and NVIDIA sysexts can work with secure boot. ([scripts#2636](https://github.com/flatcar/scripts/pull/2636/))