[oe-commits] [openembedded-core] 16/24: systemd-conf: not configure network for nfs root

git at git.openembedded.org git at git.openembedded.org
Wed Jun 19 12:16:36 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2abfbf186989223d5d256c25e0b52b02f29d5bfb
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jun 18 21:07:04 2019 -0400

    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 <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd-conf/wired.network | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network
index 253aee9..ff807ba 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list