mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
Merge pull request #3990 from HiassofT/le10-init-hard-nfs-mount
init: don't mount nfs shares with soft option by default
This commit is contained in:
commit
c96889de82
@ -203,7 +203,7 @@ mount_nfs() {
|
|||||||
|
|
||||||
[ "$NFS_OPTIONS" = "$1" ] && NFS_OPTIONS=
|
[ "$NFS_OPTIONS" = "$1" ] && NFS_OPTIONS=
|
||||||
|
|
||||||
mount_common "$NFS_EXPORT" "$2" "$3,nolock,soft,timeo=3,retrans=2,rsize=32768,wsize=32768,$NFS_OPTIONS" "nfs"
|
mount_common "$NFS_EXPORT" "$2" "$3,nolock,rsize=32768,wsize=32768,$NFS_OPTIONS" "nfs"
|
||||||
}
|
}
|
||||||
|
|
||||||
mount_ubifs() {
|
mount_ubifs() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user