From 39ac714a51dabd61de2d089af50f6f05c9e4b861 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 6 Mar 2023 11:22:12 +0100 Subject: [PATCH] images/archlinux: update pacman.conf Excluding util-linux and libutil-linux caused some breakage and is poorly justified, as it serves only to reduce time spent rebuilding the initrd during package installation. --- images/archlinux/pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/archlinux/pacman.conf b/images/archlinux/pacman.conf index bef66c6..14c4e9c 100644 --- a/images/archlinux/pacman.conf +++ b/images/archlinux/pacman.conf @@ -23,7 +23,7 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = linux linux-api-headers linux-firmware util-linux libutil-linux mkinitcpio +IgnorePkg = linux linux-firmware mkinitcpio #IgnoreGroup = #NoUpgrade = -- 2.38.5