mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
aff3ce7d44
@ -160,9 +160,12 @@ NBD_DEVS="0"
|
||||
|
||||
mount_nfs() {
|
||||
# Mount NFS export
|
||||
NFS_OPTIONS="nolock,retrans=10"
|
||||
NFS_EXPORT="${1%%,*}"
|
||||
NFS_OPTIONS="${1#*,}"
|
||||
|
||||
mount_common "$1" "$2" "$3,$NFS_OPTIONS" "nfs"
|
||||
[ "$NFS_OPTIONS" = "$1" ] && NFS_OPTIONS=
|
||||
|
||||
mount_common "$NFS_EXPORT" "$2" "$3,nolock,retrans=10,$NFS_OPTIONS" "nfs"
|
||||
}
|
||||
|
||||
mount_part() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user