From: Kai Kang Date: Wed, 19 Jun 2019 01:07:04 +0000 (-0400) Subject: systemd-conf: not configure network for nfs root X-Git-Tag: uninative-2.6~23 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2abfbf186989223d5d256c25e0b52b02f29d5bfb;p=openembedded-core.git 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 --- 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