From 716b695d7b5872718a537d7bbbe0d6c26da218f4 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 9 Feb 2021 23:03:36 +0800 Subject: [PATCH] readme: custom pacman hooks and packages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81bd254..70f036e 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ Put your hold packages in a json keyval {package name: regex}, where the regex s If pacroller observes any changes of the matching group or the hold package is to be removed, it refuses to upgrade further. ### ignored pacnew A list of pacnew files that are silently ignored during parsing, any other pacnews will trigger a waring and prevent further upgrades. +### custom pacman hooks and packages +Custom pacman hooks and packages output matching is configurable via `/etc/pacroller/known_output_override.py`. ## Limitations - Dracut is not supported, however it's easy to add another set of rules. -- Custom pacman hooks are not supported. - Restarting the whole system after a kernel upgrade is not implemented. - Human interaction is required occasionally. - Does not check news from archlinux.org