mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-22 15:50:43 +08:00
readme: custom pacman hooks and packages
This commit is contained in:
parent
25737ccbc1
commit
716b695d7b
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
If pacroller observes any changes of the matching group or the hold package is to be removed, it refuses to upgrade further.
|
||||||
### ignored pacnew
|
### ignored pacnew
|
||||||
A list of pacnew files that are silently ignored during parsing, any other pacnews will trigger a waring and prevent further upgrades.
|
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
|
## Limitations
|
||||||
- Dracut is not supported, however it's easy to add another set of rules.
|
- 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.
|
- Restarting the whole system after a kernel upgrade is not implemented.
|
||||||
- Human interaction is required occasionally.
|
- Human interaction is required occasionally.
|
||||||
- Does not check news from archlinux.org
|
- Does not check news from archlinux.org
|
||||||
|
|
Loading…
Reference in a new issue