summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman/dont_start_connman_on_nfsboot.patch
blob: d97bcf133961531a3ea8021afcd26ab0c28442e4 (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
@@ -2,6 +2,8 @@
 Description=Connection service
 After=syslog.target
 Before=remote-fs.target
+# only if not NFS mount, connman will disconnect your rootfs otherwise!
+ConditionKernelCommandLine=!root=/dev/nfs
 
 [Service]
 Type=dbus