diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2016-10-07 06:29:06 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2016-10-07 06:29:06 +0000 |
commit | 58bd65266b6a91892a5c6a179c1851394707af95 (patch) | |
tree | 1cea90f0ee3caefe7707f15f13f79af21c1a60c8 /recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch | |
parent | 4dea735eb4b3c071d706f17776e4e36cb5ff2733 (diff) | |
parent | d4066f7473a9deee26c2a6c564f733b51af773bb (diff) | |
download | meta-boot2qt-58bd65266b6a91892a5c6a179c1851394707af95.tar.gz |
Merge "Merge remote-tracking branch 'origin/fido' into jethro" into refs/staging/jethro
Diffstat (limited to 'recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch')
-rw-r--r-- | recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch b/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch new file mode 100644 index 0000000..eefd6a3 --- /dev/null +++ b/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | From ccc6013f1e55b67981fb336aba657aea1520aeda Mon Sep 17 00:00:00 2001 | ||
2 | From: Mikko Gronoff <mikko.gronoff@qt.io> | ||
3 | Date: Tue, 20 Sep 2016 11:02:50 +0300 | ||
4 | Subject: [PATCH] Disable connman when booting over NFS | ||
5 | |||
6 | --- | ||
7 | src/connman.service.in | 1 + | ||
8 | 1 file changed, 1 insertion(+) | ||
9 | |||
10 | diff --git a/src/connman.service.in b/src/connman.service.in | ||
11 | index 8f7f342..8470f91 100644 | ||
12 | --- a/src/connman.service.in | ||
13 | +++ b/src/connman.service.in | ||
14 | @@ -3,6 +3,7 @@ Description=Connection service | ||
15 | After=dbus.service network-pre.target | ||
16 | Before=network.target remote-fs-pre.target | ||
17 | Wants=network.target remote-fs-pre.target | ||
18 | +ConditionKernelCommandLine=!root=/dev/nfs | ||
19 | |||
20 | [Service] | ||
21 | Type=dbus | ||