mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
busybox-initramfs: init: cosmetics
Don't add general mount options to NFS_OPTIONS, pass them as combined options instead. Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
This commit is contained in:
@@ -153,9 +153,9 @@ NBD_DEVS="0"
|
||||
|
||||
mount_nfs() {
|
||||
# Mount NFS export
|
||||
NFS_OPTIONS="$3,nolock,retrans=10"
|
||||
NFS_OPTIONS="nolock,retrans=10"
|
||||
|
||||
mount_common "$1" "$2" "$NFS_OPTIONS" "nfs"
|
||||
mount_common "$1" "$2" "$3,$NFS_OPTIONS" "nfs"
|
||||
}
|
||||
|
||||
mount_part() {
|
||||
|
||||
Reference in New Issue
Block a user