From f7033ae2cd0838fd3b31cf1103ad3c317323746a Mon Sep 17 00:00:00 2001 From: Evangelos Foutras <evangelos@foutrelis.com> Date: Tue, 17 Aug 2021 18:46:18 +0300 Subject: [PATCH] Drop kernels from IgnorePkg Main motivation behind this is preparing for doing more automatic upgrades. The need for ignoring kernel updates isn't clear either. --- README.md | 1 - roles/common/templates/pacman.conf.j2 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index df415361a..bf58a8e41 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Arch-audit can be used to find servers in need of updates for security issues. The following steps should be used to update our managed servers: * pacman -Syu - * manually update the kernel, since it is in IgnorePkg by default * sync * checkservices * reboot diff --git a/roles/common/templates/pacman.conf.j2 b/roles/common/templates/pacman.conf.j2 index dffd5d1fe..3fc263daa 100644 --- a/roles/common/templates/pacman.conf.j2 +++ b/roles/common/templates/pacman.conf.j2 @@ -22,7 +22,7 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = linux linux-headers linux-hardened linux-hardened-headers linux-lts linux-lts-headers +#IgnorePkg = #IgnoreGroup = #NoUpgrade = -- GitLab