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:
parent
818082a0b3
commit
7d573627f5
@ -9,7 +9,7 @@ do_dry_run='false'
|
||||
# before a pacman transaction on an important package have a separate
|
||||
# retention from snapshots for trivial packages. Lends itself to keeping
|
||||
# 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
|
||||
snaps_trivial_keep='25'
|
||||
|
Loading…
x
Reference in New Issue
Block a user