Hi all, I'm trying to build an image using arago distro and the tisdk-base-image recipe with systemd-networkd replaced with NetworkManager. I've got this building fine but at boot time NetworkManager attempts to start twice - once by the initscript /etc/init.d/network-manager and once by the systemd service.
The initscript is being installed as sysvinit is present in DISTRO_FEATURES. Similarly the systemd service is being installed as systemd is present in DISTRO_FEATURES. My understanding is that DISTRO_FEATURES should contain either sysvinit or systemd but not both. Enabling both leads to issues like this one. Would it be possible to disable the sysvinit distro feature for Arago when systemd is enabled (i.e. when ARAGO_SYSVINIT=0)? Or would that cause an issue that I'm missing? Thanks, -- Paul Barker Konsulko Group _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
