Report this

What is the reason for this report?

Pacman -Syu Kernel Update [SOLVED]: How to Ignore Arch Kernel Upgrades

Published on September 28, 2012
Pacman -Syu Kernel Update [SOLVED]: How to Ignore Arch Kernel Upgrades

Arch offers its updates on a rolling release schedule. Arch linux is updated to the newest version with the command:

pacman -Syu

Arch linux will overwrite the kernel when the upstream maintainers release a new kernel package. In many instances, especially in a virtualized environment, where the kernel might be located outside of the running server, it is necessary to tell pacman to ignore upgrading the linux kernel.

To do so, add this line to the pacman configuration file, /etc/pacman.conf:

IgnorePkg   = linux

Once this line is modified, any future updates to the system will skip the kernel overwrite.

By Etel Sverdlov

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about our products

About the author

Etel (Sverdlov) Friedmann
Etel (Sverdlov) Friedmann
Author
See author profile

Former Director of Community at DigitalOcean. Expert in cloud topics including LAMP Stack, CentOS, Ubuntu, MySQL, SSL certificates, and more.

Category:

Still looking for an answer?

Was this helpful?
Creative CommonsThis work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License.
Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.