From 6060dc47f4c13fc3d94e9c8d481524e03b371be7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 14 Oct 2018 14:22:51 +0200 Subject: core/syslinux: fix for too big MBR (FS#60405) --- core/syslinux/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'core/syslinux/PKGBUILD') diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index 410b180a..16d4f937 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -11,3 +11,15 @@ eval "$( ' )" +# binutils adds a nore.gnu.proprerty ELF section, this makes the MBR slightly +# too big to fit on disk (see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906414) + +source+=(syslinux-strip-gnu-property.patch) +sha1sums+=('fb8e96b559516038e628ad55e0331e4c668205a8') + +eval "$( + declare -f prepare | \ + sed ' + /patch.*efi_no_kbd/a patch -p1 < ../syslinux-strip-gnu-property.patch + ' +)" -- cgit v1.2.3-54-g00ecf