]> git.ipfire.org Git - thirdparty/systemd.git/commit
ukify: do not fail if pefile complains about hardcoded 256MB limit 36181/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 30 Jan 2025 01:19:59 +0000 (01:19 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 7 Feb 2025 13:58:51 +0000 (13:58 +0000)
commit32caed550f5a81eb87d2e39bc83917df2898d844
treeea85ce097ab22cac1e509fe51cb4df197e092d72
parent9876e88e23ad1ecbffd7c69b2e0a4cbff283f681
ukify: do not fail if pefile complains about hardcoded 256MB limit

pefile has an hardcoded limit to 256MB per section:

https://github.com/erocarrera/pefile/issues/396

When building an initrd with large firmware files and
lots of kernel modules, this limit can be reached.
Skip over those warnings.
src/ukify/ukify.py