2017-12-10 14:03:56 +00:00
|
|
|
# copy from factory when missing
|
|
|
|
|
2024-04-07 19:45:46 +00:00
|
|
|
C /etc/arch-release
|
2017-12-10 14:03:56 +00:00
|
|
|
C /etc/crypttab
|
|
|
|
C /etc/fstab
|
|
|
|
C /etc/group
|
|
|
|
C /etc/gshadow
|
|
|
|
C /etc/host.conf
|
|
|
|
C /etc/hosts
|
|
|
|
C /etc/issue
|
|
|
|
C /etc/ld.so.conf
|
|
|
|
C /etc/nsswitch.conf
|
|
|
|
C /etc/passwd
|
|
|
|
C /etc/profile
|
2024-04-07 19:45:46 +00:00
|
|
|
C /etc/profile.d/locale.sh
|
2017-12-10 14:03:56 +00:00
|
|
|
C /etc/securetty
|
|
|
|
C /etc/shadow
|
|
|
|
C /etc/shells
|
2022-10-19 23:45:04 +00:00
|
|
|
C /etc/subuid
|
|
|
|
C /etc/subgid
|
2024-11-26 00:05:29 +00:00
|
|
|
|
|
|
|
# This used to be created by systemd, but is considered part of legacy
|
|
|
|
# SystemV support, and that in turn will be removed with systemd v258
|
|
|
|
# ultimately. It is still used by differnt packages, so let's move it
|
|
|
|
# here... As /run is a tmpfs it has to be created by tmpfiles.
|
|
|
|
d /run/lock 0755 root root -
|