diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-09-27 14:42:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-30 16:55:21 +0100 |
commit | b83d5c15adcc2d106194d85dd1b0496678c675e1 (patch) | |
tree | b74a7f18734aab096f125d00d6630ecaf1e97ec3 /meta/recipes-core/init-ifupdown | |
parent | 15d6add800ab806ba344272949948e094440fba1 (diff) | |
download | poky-b83d5c15adcc2d106194d85dd1b0496678c675e1.tar.gz |
systemd: fix NFS regression
Currently systemd cannot boot correctly on NFS. This is because
the code uses readdir which returns DT_UNKNOWN instead of DT_LNK
on NFS. So consider DT_UNKNOWN to fix this problem.
(From OE-Core rev: 9973f89dafdf9d21f4021f59f1f4669f4ac13aff)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/init-ifupdown')
0 files changed, 0 insertions, 0 deletions