Update buildroot & docker (#25)
* Update docker & buildroot * Fix * fix versions
This commit is contained in:
@@ -11,7 +11,7 @@ config BR2_PACKAGE_NFS_UTILS
|
||||
help
|
||||
The NFS Linux kernel server.
|
||||
|
||||
http://sourceforge.net/projects/nfs
|
||||
http://linux-nfs.org/
|
||||
|
||||
if BR2_PACKAGE_NFS_UTILS
|
||||
|
||||
|
||||
@@ -3,11 +3,6 @@
|
||||
# nfs This shell script takes care of starting and stopping
|
||||
# the NFS services. Stolen from RedHat FC5.
|
||||
|
||||
[ -x /usr/sbin/rpc.statd ] || exit 0
|
||||
[ -x /usr/sbin/rpc.nfsd ] || exit 0
|
||||
[ -x /usr/sbin/rpc.mountd ] || exit 0
|
||||
[ -x /usr/sbin/exportfs ] || exit 0
|
||||
|
||||
mkdir -p /var/lock/subsys
|
||||
mkdir -p /run/nfs/sm
|
||||
mkdir -p /run/nfs/sm.bak
|
||||
|
||||
Reference in New Issue
Block a user