Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Enrico Scholz
Hongxu Jia writes: > While networkd supported, we add network config which starts > dhcp by default. > ... > +++ b/meta/recipes-core/systemd/systemd/oe-core.network > @@ -0,0 +1,8 @@ > +[Match] > +Name=eth* > + > +[Network] > +DHCP=v4 > + > +[DHCPv4] > +UseHostname=false IMO, this is too much a

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
> Op 3 nov. 2014, om 08:37 heeft Hongxu Jia het > volgende geschreven: > > While networkd supported, we add network config which starts > dhcp by default. > > And the customers could edit it according their own requirements. > (dhcp or static ip...) Another thing: don't put this in the main s

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
> Op 3 nov. 2014, om 08:37 heeft Hongxu Jia het > volgende geschreven: > > While networkd supported, we add network config which starts > dhcp by default. > > And the customers could edit it according their own requirements. > (dhcp or static ip...) > > It refers: > https://wiki.archlinux.org

[OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-02 Thread Hongxu Jia
While networkd supported, we add network config which starts dhcp by default. And the customers could edit it according their own requirements. (dhcp or static ip...) It refers: https://wiki.archlinux.org/index.php/systemd-networkd Signed-off-by: Hongxu Jia --- meta/recipes-core/systemd/system