bundles/pacman: don't extract systemd-homed pam module
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
14e7fff081
commit
8ed4aa3751
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ ParallelDownloads = ${node.metadata.get('pacman/parallel_downloads')}
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
|
|
||||||
|
# don't install systemd-homed pam module. It produces a lot of spam in
|
||||||
|
# journal about systemd-homed not being active, so just get rid of it.
|
||||||
|
# Requires reinstall of systemd package, though
|
||||||
|
NoExtract=usr/lib/security/pam_systemd_home.so
|
||||||
|
|
||||||
% for line in sorted(node.metadata.get('pacman/additional_config', set())):
|
% for line in sorted(node.metadata.get('pacman/additional_config', set())):
|
||||||
${line}
|
${line}
|
||||||
% endfor
|
% endfor
|
||||||
|
|
Loading…
Reference in a new issue