summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/connman/connman')
-rw-r--r--recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch b/recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch
new file mode 100644
index 0000000..6905166
--- /dev/null
+++ b/recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch
@@ -0,0 +1,11 @@
+--- git/src/connman.service.in~ 2012-10-19 12:42:42.000000000 +0200
++++ git/src/connman.service.in 2012-10-19 12:46:54.616199557 +0200
+@@ -1,6 +1,8 @@
+ [Unit]
+ Description=Connection service
+ After=syslog.target
++# only if not NFS mount, connman will disconnect your rootfs otherwise!
++ConditionKernelCommandLine=!root=/dev/nfs
+
+ [Service]
+ Type=dbus