FS#4347 - HoldPkg broken in Pacman
Attached to Project:
Pacman
Opened by Rob (RobK) - Sunday, 02 April 2006, 22:29 GMT
Last edited by Jan de Groot (JGC) - Monday, 03 April 2006, 06:15 GMT
Opened by Rob (RobK) - Sunday, 02 April 2006, 22:29 GMT
Last edited by Jan de Groot (JGC) - Monday, 03 April 2006, 06:15 GMT
|
Details
I added kernel26 to the HoldPkg line in /etc/pacman.conf.
The line reads as follows:
HoldPkg = pacman glibc kernel26 But when I do a "pacman -Syu", pacman tries to upgrade me to the latest kernel. Rob |
This task depends upon
As JGC said, use IgnorePkg.
To help users, I would suggest that you add the following to the default /etc/pacman.conf file:
#IgnorePkg = Packagename1 Packagename2
#
# Packages listed IgnorePkg will never be upgraded. (i.e. the package is pinned)
# Packages listed in HoldPkg will never be removed.
#