You are not logged in.
Pages: 1
Hi,
I am a newcomer to Arch. I am reasonably experienced with several other distros of the point and click variety but am looking forward to learning how Linux really works with Arch. I am currently running a new install of 0.7.2 and would like to update the system without updating the kernel or any of its related packages. In other words, I would like to be able to run "pacman -Su" and leave the kernel alone. If someone can tell me how to do that in pacman.conf or elsewhere, I would much appreciate it. Thanks
Offline
Hi,
maybe a look in the pacman manpage helps . There this is wrote down
IgnorePkg = <package> [package] ...
Instructs pacman to ignore any upgrades for this package when performing a --sysupgrade.
Greetings espo
Offline
This also works:
sudo pacman -Syu --ignore kernel26
Offline
Thanks for the help.
Offline
Just curious: Why avoiding the kernel update?
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
Also curious - and I'll add this for your consideration:
Arch works best when it's kept up to date.
Offline
Also there might be some packages that were built for the new kernel and don't work with older kernels
Offline
I was thinking of keeping things as simple as possible until I learn my way around. Maybe I will just take the plunge as you suggest and then sort it out as I go. Thanks again
Offline
Pages: 1