fix vmlinuz symlink for custom kernels

This commit is contained in:
Tobias Powalowski 2011-07-23 15:49:06 +00:00
parent 8f74edb9ee
commit 19eb4c013e
1 changed files with 1 additions and 1 deletions

View File

@ -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