Updated kernel packages (4.0.6)
Posted: 26. Jun 2015, 21:21
I recently needed to install Salix on a system with really new hardware that the default kernel in 14.1 doesn't support. So I created packages for kernel 4.0.6 and I thought I'd share.
You can find the packages here:
http://people.salixos.org/gapan/kernel-4.0.6/
32bit packages are marked as i686 (sorry no i486) and 64bit as x86_64, as usual. The kernel-firmware package works on both. You'll need to install all 3 (kernel-huge, kernel-modules, kernel-firmware) and replace your existing kernel packages.
Don't forget to update lilo once you do:
or on EFI systems, copy the vmlinuz-huge-4.0.6 file to the EFI directory:
You can find the packages here:
http://people.salixos.org/gapan/kernel-4.0.6/
32bit packages are marked as i686 (sorry no i486) and 64bit as x86_64, as usual. The kernel-firmware package works on both. You'll need to install all 3 (kernel-huge, kernel-modules, kernel-firmware) and replace your existing kernel packages.
Don't forget to update lilo once you do:
Code: Select all
sudo lilo -v
Code: Select all
sudo cp /boot/vmlinuz-huge-4.0.6 /boot/efi/EFI/Salix/vmlinuz