Skip to content

Commit 3c418ff

Browse files
davide125DaanDeMeyer
authored andcommitted
Conditionalize more tmpfiles entries
These are different between Arch and Fedora so make them both conditional.
1 parent ae2adb6 commit 3c418ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mkosi.extra/usr/lib/tmpfiles.d/etc.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ L /etc/issue
1111
L /etc/profile
1212
# Required by pam_env plugin
1313
L /etc/security
14-
L /etc/bash.bashrc
15-
L /etc/bash.bash_logout
14+
L? /etc/bashrc
15+
L? /etc/bash.bashrc
16+
L? /etc/bash.bash_logout
1617
# Canonical location to look for certificates
17-
L /etc/ca-certificates
18+
L? /etc/ca-certificates
19+
L? /etc/pki
1820
L /etc/debuginfod
1921
L /etc/ssh/ssh_config
2022
L /etc/ssh/ssh_config.d

0 commit comments

Comments
 (0)