summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-core
diff options
context:
space:
mode:
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>2017-07-01 16:49:40 +0300
committerVladimir Barinov <vladimir.barinov@cogentembedded.com>2017-07-01 16:49:40 +0300
commit317253cd71bb23d0dee1366a7e8a215b727d9306 (patch)
tree6964daa107b13bde9b4ccc2b6f6a84a509762c4d /meta-rcar-gen3-adas/recipes-core
parentea69e73488f46a99ae4661aea1e42f8186e8f0fa (diff)
systemd: fix rootfs on NFS
Do not reconfigure the link for eth0 interface. This fixes the case when we use rootfs on NFS
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-core')
-rw-r--r--meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network
index af08632..74951b4 100644
--- a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network
+++ b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network
@@ -1,6 +1,8 @@
[Match]
Name=eth0
-[Network]
+[Network]
DHCP=ipv4
-
+
+[DHCP]
+CriticalConnection=true