added lightdm and lightdm-runit to ignore packages, new version breaks login
This commit is contained in:
parent
44d6cc9248
commit
3dd0162569
1 changed files with 3 additions and 0 deletions
|
|
@ -20,8 +20,11 @@ HoldPkg = pacman glibc
|
||||||
Architecture = x86_64
|
Architecture = x86_64
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
#IgnorePkg =
|
#IgnorePkg =
|
||||||
|
|
||||||
IgnorePkg = npm
|
IgnorePkg = npm
|
||||||
IgnorePkg = glibmm
|
IgnorePkg = glibmm
|
||||||
|
IgnorePkg = lightdm
|
||||||
|
IgnorePkg = lightdm-runit
|
||||||
|
|
||||||
#Ignore all openjdk updates
|
#Ignore all openjdk updates
|
||||||
#IgnorePKG = java-openjdk-bin
|
#IgnorePKG = java-openjdk-bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue