image: update to Fedora 40 (#3104)

* deps: upgrade OS to Fedora 40

* image: measure uki sections uname and sbat for systemd >= 254

* deps: update mainline kernel for Fedora 40

* image: update kernel to 6.6.30

* image: update upload docs

---------

Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
This commit is contained in:
Moritz Sanft 2024-05-16 09:10:09 +02:00 committed by GitHub
parent 7eedd0e3de
commit 5c3a7a5580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 433 additions and 505 deletions

View file

@ -90,9 +90,8 @@ var ukiSections = []string{
".initrd",
".splash",
".dtb",
// uanme and sbat will be added in systemd-stub >= 254
// ".uname",
// ".sbat",
".uname",
".sbat",
".pcrsig",
".pcrkey",
}