From 317253cd71bb23d0dee1366a7e8a215b727d9306 Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Sat, 1 Jul 2017 16:49:40 +0300 Subject: systemd: fix rootfs on NFS Do not reconfigure the link for eth0 interface. This fixes the case when we use rootfs on NFS --- meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3-adas') 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 -- cgit 1.2.3-korg