diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2017-07-01 16:49:40 +0300 |
---|---|---|
committer | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2017-07-01 16:49:40 +0300 |
commit | 317253cd71bb23d0dee1366a7e8a215b727d9306 (patch) | |
tree | 6964daa107b13bde9b4ccc2b6f6a84a509762c4d /meta-rcar-gen3-adas/recipes-core | |
parent | ea69e73488f46a99ae4661aea1e42f8186e8f0fa (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.network | 6 |
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 |