From 3dd01625697b41b6ac142d3a6c5a77ac17dd10c7 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 5 May 2022 09:01:09 -0700 Subject: [PATCH] added lightdm and lightdm-runit to ignore packages, new version breaks login --- pacman.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pacman.conf b/pacman.conf index 2e04e271..3d4e11f0 100644 --- a/pacman.conf +++ b/pacman.conf @@ -20,8 +20,11 @@ HoldPkg = pacman glibc Architecture = x86_64 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = + IgnorePkg = npm IgnorePkg = glibmm +IgnorePkg = lightdm +IgnorePkg = lightdm-runit #Ignore all openjdk updates #IgnorePKG = java-openjdk-bin