I now am using the self compiled kernel from git. But I guess if Arch comes up with a new kernel-image my kernel will be overwritten.
How can I still do a pacman -Syu without loosing my kernel? Is there a function like "hold" in debian?
Code: Select all
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = linux-raspberrypi,linux-headers-raspberrypi,raspberrypi-firmware
#IgnoreGroup ="For multiple packages use a space-separated list, or use additional IgnorePkg lines." (https://wiki.archlinux.org/index.php/Pacman)naicheben wrote:Thank you pepedog.
So now my IgnorePkg looks like this:Is it ok so?Code: Select all
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = linux-raspberrypi,linux-headers-raspberrypi,raspberrypi-firmware #IgnoreGroup =
Lirc_rpi only. You remember Kevin closed my feature request? http://www.raspberrypi.org/phpBB3/viewt ... 53&t=10747pepedog wrote:What's in your custom kernel? Perhaps it can be included in the arch package?