diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-07-10 16:31:30 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-08-26 09:46:17 +0200 |
commit | e7215932ce2d7216eda390d2fe0e53148d27c9ec (patch) | |
tree | 349500fbf6847c4b8d6daa7ad5369796a3f4807a /COPYING.MIT | |
parent | 56eb83a5b668d1cdc25941aa35c86a0be99f5628 (diff) | |
download | meta-updater-e7215932ce2d7216eda390d2fe0e53148d27c9ec.tar.gz |
nfs-utils: fix nfs systemd daemons runtime issues
nfs-mountd.service and nfs-statd.service rely on /var/lib/nfs to be
present in rootfs, or else they would run into problems for some files
missing in it.
But a ostree/ota rootfs does not have that directory (removed during
do_image), to fix that, we now copy them to /var/local/lib/nfs and
mount it to /var/lib/nfs at runtime, which is done in
nfs-home-mount.service.
nfs-mountd.service and nfs-statd.service need run after
nfs-home-mount.service.
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'COPYING.MIT')
0 files changed, 0 insertions, 0 deletions