mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
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:
parent
4421a2bc75
commit
1c538c21d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue