From ca6dd7085a1a79674ad2faafbe7da1b831d7a137 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Thu, 12 Aug 2021 20:49:28 +0300
Subject: [PATCH] Drop kernels from IgnorePkg

---
 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