9b19438c2c
nfs-utils has been patched to install only the needed systemd unit files supported. Also tmpfiles was needed because the folder /run/nfs is a tmpfs and nfs-utils need some files to be there to work correctly. Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> [Maxime: Remove patches included originally in the patch as they have have been merged upstream in v1.3.3] Signed-off-by Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: - add comment in nfs-utils_env.sh to explain why an empty script is needed. - remove incorrect indentation.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
# This script is empty, it simply needs to exist to make the
|
|
# nfs-config.service happy.
|