]> git.ipfire.org Git - thirdparty/systemd.git/commit
ukify: fix handling signed kernel as file
authorMalte Poll <mp@edgeless.systems>
Wed, 24 May 2023 09:01:25 +0000 (11:01 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 24 May 2023 17:07:51 +0000 (18:07 +0100)
commit8d89d66ce8b8488e85670714270b4bf87050733e
tree21fd7f3d40e65a159f125d67d0c70c617d5c693f
parent0de4bf409cdcf91095f01ad0ea1678f47d81b364
ukify: fix handling signed kernel as file

The .linux section would contain the path to the signed kernel (instead of the signed kernel itself), since the python type of the variable is used to determine how it is handled when adding the pe sections.

Co-authored-by: Otto Bittner <cobittner@posteo.net>
src/ukify/ukify.py