nfs-utils: create /var/lock/subsys
The NFS server needs to create files in /var/lock/subsys/, but this directory doesn't exist in our skeleton. This commit makes sure it gets created by the S60nfs startup script, which fixes the operation of the NFS server (tested with rpcbind). Reported-by: Ofer Heifetz <oferh@marvell.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
28fa0cd532
commit
3a61bacdcb
@ -16,6 +16,7 @@
|
||||
# The /var/lib/nfs directory is actually on a tmpfs filesystem.
|
||||
mkdir -p /var/lib/nfs/sm
|
||||
mkdir -p /var/lib/nfs/sm.bak
|
||||
mkdir -p /var/lock/subsys
|
||||
touch /var/lib/nfs/etab
|
||||
touch /var/lib/nfs/rmtab
|
||||
touch /var/lib/nfs/state
|
||||
|
Loading…
Reference in New Issue
Block a user