refactor(conf): Add more important package names to default config (#1)

Users running ZFS may come in contact with the
archzfs repository. They may also want to try
linux-zen kernels. Add those to default config so
those users are covered.
This commit is contained in:
hygienic-books 2023-12-25 21:48:52 +01:00
parent 818082a0b3
commit 7d573627f5

View File

@ -9,7 +9,7 @@ do_dry_run='false'
# before a pacman transaction on an important package have a separate # before a pacman transaction on an important package have a separate
# retention from snapshots for trivial packages. Lends itself to keeping # retention from snapshots for trivial packages. Lends itself to keeping
# high-risk updates separate from everything else. # high-risk updates separate from everything else.
important_names='linux|systemd|zfs-(dkms|utils)' important_names='linux(-zen)?(-headers)?|systemd|zfs-(linux(-zen)?|dkms|utils)'
# Number snapshots to keep # Number snapshots to keep
snaps_trivial_keep='25' snaps_trivial_keep='25'