From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atl4mhfb03.myregisteredsite.com ([209.17.115.61]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U5yca-0006oF-8j for openembedded-core@lists.openembedded.org; Thu, 14 Feb 2013 14:13:04 +0100 Received: from atl4mhob13.myregisteredsite.com (atl4mhob13.myregisteredsite.com [209.17.115.51]) by atl4mhfb03.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id r1ECv3kb002601 for ; Thu, 14 Feb 2013 07:57:03 -0500 Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob13.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id r1ECv25A022328 for ; Thu, 14 Feb 2013 07:57:02 -0500 Received: (qmail 10812 invoked by uid 0); 14 Feb 2013 12:57:01 -0000 Received: from unknown (HELO ?192.168.80.45?) (mike@milosoftware.com@88.159.208.100) by 0 with ESMTPA; 14 Feb 2013 12:57:01 -0000 Message-ID: <511CDF1D.2060805@topic.nl> Date: Thu, 14 Feb 2013 13:57:01 +0100 From: Mike Looijmans User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <511BB265.8030505@windriver.com> <511CA4B2.1090307@intel.com> <511CA9E2.70700@windriver.com> <511CDA0F.9060002@topic.nl> <511CDBA1.70906@linaro.org> In-Reply-To: <511CDBA1.70906@linaro.org> Subject: Re: How to "implement" systemd X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 13:13:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/14/2013 01:42 PM, Marcin Juszkiewicz wrote: > W dniu 14.02.2013 13:35, Mike Looijmans pisze: >> So far i've been using good old initscripts for my systems. I want to >> try out systemd. Having zero experience with that, I just added >> "systemd" to the DISTRO_FEATURES and started a fresh build. The build >> ran fine, but it produced something that still seems to be using >> initscripts, albeit that a few things stopped working (the network did >> not start, for example). > > DISTRO_FEATURES_INITMAN = "systemd" is what you want. Sorry, I have to amend my original post. DISTRO_FEATURES_INITMAN = "systemd" is just what I did (added it to my distro .conf file), because from the source I gathered that that was the way to get it into DISTRO_FEATURES. How can I check whether it's using systemd? I don't see any obvious difference in the rootfs, and I never saw any systemd package being built either. Mike.