prevent update of the linux kernel in the pacman-rolling configuration

You can't easily update the kernel from within a running System Rescue.
Updating the kernel will create conflicts of the new kernel modules and the still running kernel.

This has been a problem in the past, see for example #238. So better prevent it.
This commit is contained in:
Gerd v. Egidy 2021-12-12 11:27:53 +01:00
parent 4421a2bc75
commit 1c538c21d8

View file

@ -30,7 +30,8 @@ Architecture = auto
DBPath = /var/lib/pacman-rolling/
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
# Don't update the linux kernel of SystemRescue: can't be done from within the running system, breaks modules
IgnorePkg = linux-lts
#IgnoreGroup =
#NoUpgrade =