]> git.ipfire.org Git - thirdparty/grub.git/commit
gentpl.py: Remove .interp section from .img files
authorNicholas Vinson <nvinson234@gmail.com>
Fri, 13 Jan 2023 07:56:35 +0000 (02:56 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 19 Jan 2023 16:39:05 +0000 (17:39 +0100)
commitb58aa4e2095943303126fff706d73f18f7caab35
treeecf57830f53d79dab84963b9e9f2d8f74dca660a
parenta7b540e6e06083c628eeafefaca44d4fdfa2df47
gentpl.py: Remove .interp section from .img files

When building .img files, a .interp section from the .image files will
sometimes be copied into the .img file. This additional section pushes
the .img file beyond the 512-byte limit and causes grub-install to fail
to run for i386-pc platforms.

Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
gentpl.py