From 19eb4c013e4ebb0e0beb5878c53aaffe6abefec9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 23 Jul 2011 15:49:06 +0000 Subject: [PATCH] fix vmlinuz symlink for custom kernels --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f3458a4..4d42285 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -106,7 +106,7 @@ package_linux() { # remove build and source links rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build} # add compat symlink for the kernel image - ln -sf vmlinuz-${pkgname} ${pkgdir}/boot/vmlinuz26 + ln -sf vmlinuz-${pkgname} ${pkgdir}/boot/vmlinuz26${_kernelname} # remove the firmware rm -rf ${pkgdir}/lib/firmware # gzip -9 all modules to safe 100MB of space