diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-03 11:54:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-03 12:59:28 +0000 |
commit | d01cd53429b1c20f01dac97f1b9b659cb9dc9812 (patch) | |
tree | b4d9e9bd1aa21eaf7ab4fb9a50089f254ec09e2e /scripts | |
parent | 8d4e621a6ccadcaf904fadec0f1c2b61974e88db (diff) | |
download | poky-d01cd53429b1c20f01dac97f1b9b659cb9dc9812.tar.gz |
systemd: fix tmpfiles error on images without PAM
If PAM isn't enabled then systemd-tmpfiles on boot will fail to start with the
following error message:
Failed to copy files to /etc/pam.d: No such file or directory
This is because systemd-tmpfiles is attempting to build a usable /etc from the
skeleton in /usr/share/factory but pam.d isn't present because PAM is disabled.
Fix this by not attempting to copy pam.d in non-PAM configurations.
(From OE-Core rev: 46a54e7991b939f12a729e4d263d19130e0aea78)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions