Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-29 Thread Holger Winkelmann
Hi Auke, > > whether anybody has pointers we should follow or even experience using > > systemd for bare minimum images. > > Out of curiosity, but where does the consumed space actually sink > into? Could you post perhaps the equivalend of something like du or > list the top 20 largest items? Th

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-29 Thread Holger Winkelmann
Hi, - Original Message - > On Wed, 27.03.13 11:49, Tino Breddin (tbred...@tpip.net) wrote: > > > Hi there, > > > > We are in the process of creating a very small image for devices with > > a maximum of 4MB flash. Compared to a SysV variant which clocks in at > > ~1MB using Systemd we are

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-29 Thread Kok, Auke-jan H
On Wed, Mar 27, 2013 at 3:49 AM, Tino Breddin wrote: > We are in the process of creating a very small image for devices with a > maximum of 4MB flash. Compared to a SysV variant which clocks in at ~1MB > using Systemd > we are currently getting images sizes of ~10MB. At first glance the systemd

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-29 Thread Lennart Poettering
On Wed, 27.03.13 11:49, Tino Breddin (tbred...@tpip.net) wrote: > Hi there, > > We are in the process of creating a very small image for devices with > a maximum of 4MB flash. Compared to a SysV variant which clocks in at > ~1MB using Systemd we are currently getting images sizes of ~10MB. At > f

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-27 Thread Cristian Rodríguez
El 27/03/13 07:49, Tino Breddin escribió: Hi there, We are in the process of creating a very small image for devices with a maximum of 4MB flash. Compared to a SysV variant which clocks in at ~1MB using Systemd we are currently getting images sizes of ~10MB. At first glance the systemd binarie

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-27 Thread Tom Gundersen
On Wed, Mar 27, 2013 at 2:49 PM, Tino Breddin wrote: > t step would be to dive in and remove duplicate or unneeded functionality. I assume you have already disabled all the things you can via ./configure switches? -t ___ systemd-devel mailing list syst

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-27 Thread Tino Breddin
ssage - From: "Zbigniew Jędrzejewski-Szmek" To: "Tino Breddin" Cc: systemd-devel@lists.freedesktop.org Sent: Wednesday, March 27, 2013 2:09:05 PM Subject: Re: [systemd-devel] Optimizing systemd binaries for small deployments On Wed, Mar 27, 2013 at 11:49:44AM +0100, Tino Breddin w

Re: [systemd-devel] Optimizing systemd binaries for small deployments

2013-03-27 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 27, 2013 at 11:49:44AM +0100, Tino Breddin wrote: > Hi there, > > We are in the process of creating a very small image for devices with a > maximum of 4MB flash. Compared to a SysV variant which clocks in at ~1MB > using Systemd > we are currently getting images sizes of ~10MB. At f

[systemd-devel] Optimizing systemd binaries for small deployments

2013-03-27 Thread Tino Breddin
Hi there, We are in the process of creating a very small image for devices with a maximum of 4MB flash. Compared to a SysV variant which clocks in at ~1MB using Systemd we are currently getting images sizes of ~10MB. At first glance the systemd binaries seem quite large. Before diving into lots