summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch
blob: 6905166cce1b94c15cd125ef51151fed0b13644e (plain)
1
2
3
4
5
6
7
8
9
10
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