From 2abfbf186989223d5d256c25e0b52b02f29d5bfb Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 18 Jun 2019 21:07:04 -0400 Subject: systemd-conf: not configure network for nfs root It fails to boot nfs root with systemd that systemd-networkd re-configures wired network and breaks the connection with nfs root. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-conf/wired.network | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network index 253aee9382..ff807ba31f 100644 --- a/meta/recipes-core/systemd/systemd-conf/wired.network +++ b/meta/recipes-core/systemd/systemd-conf/wired.network @@ -1,5 +1,6 @@ [Match] Name=en* eth* +KernelCommandLine=!nfsroot [Network] DHCP=yes -- cgit 1.2.3-korg