Skip to content

Commit

Permalink
[package] [network-osmc] Ensure that --noresolvmodify is passed when …
Browse files Browse the repository at this point in the history
…running on an NFS root. We should move this in to ConnMan eventually where we check /proc/mounts

Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Jan 6, 2017
1 parent 6f251fe commit 29290ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/network-osmc/files/DEBIAN/control
@@ -1,5 +1,5 @@
Origin: OSMC
Version: 1.6.4
Version: 1.6.5
Section: net
Essential: No
Priority: required
Expand Down
2 changes: 1 addition & 1 deletion package/network-osmc/files/usr/bin/start-network
Expand Up @@ -28,7 +28,7 @@ then
fi
done
fi
exec /usr/sbin/connmand -n --nodnsproxy --config=/etc/connman.conf
exec /usr/sbin/connmand -n --nodnsproxy --noresolvmodify --config=/etc/connman.conf
else
if echo "$dnsproxy" | grep -iqw no; then
exec /usr/sbin/connmand -n --nodnsproxy --config=/etc/connman.conf
Expand Down

0 comments on commit 29290ef

Please sign in to comment.