From f9ee2e6791a95c3760c5d72b781a127672abb57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Mon, 15 Jun 2020 12:04:13 +0200 Subject: [PATCH] Do not strip the kernel This make it fail to boot. --- PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 570cfce..98cddaf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -86,9 +86,6 @@ package() { msg2 'Installing vmlinuz' install -D -m644 "$(make -s image_name)" "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" - msg2 'Stripping vmlinuz' - strip -v $STRIP_STATIC "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" - msg2 'Installing modules' # disable DEPMOD because it fail due to poor hack in scripts/depmod.sh # INSTALL_MOD_STRIP will cause modules to be fully stripped -- GitLab