Re: [systemd-devel] How can this be done with systemd

2014-01-27 Thread Colin Guthrie
emd-devel] How can this be done with systemd > Date: Sat, 25 Jan 2014 15:12:27 + > > > >> Date: Sat, 25 Jan 2014 16:05:29 +0100 >> From: zbys...@in.waw.pl >> To: rwob...@hotmail.com >> CC: systemd-devel@lists.freedesktop.org >> Subject: Re: [systemd-de

Re: [systemd-devel] How can this be done with systemd

2014-01-25 Thread Roelof Wobben
From: rwob...@hotmail.com To: zbys...@in.waw.pl CC: systemd-devel@lists.freedesktop.org Subject: RE: [systemd-devel] How can this be done with systemd Date: Sat, 25 Jan 2014 15:12:27 + > Date: Sat, 25 Jan 2014 16:05:29 +0100 > From: zbys...@in.waw.pl > To: rwob...@hotmail

Re: [systemd-devel] How can this be done with systemd

2014-01-25 Thread Roelof Wobben
> Date: Sat, 25 Jan 2014 16:05:29 +0100 > From: zbys...@in.waw.pl > To: rwob...@hotmail.com > CC: systemd-devel@lists.freedesktop.org > Subject: Re: [systemd-devel] How can this be done with systemd > > On Sat, Jan 25, 2014 at 09:29:18AM +, Roelof Wobben wrote: > &

Re: [systemd-devel] How can this be done with systemd

2014-01-25 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 25, 2014 at 09:29:18AM +, Roelof Wobben wrote: > Hello, > > I try to port systemd to a live distro. > The biggest problem is that they work with modules. > > So before the start up can be processed all the modules needs to > be packed out and copied to memory. systemd-modules

[systemd-devel] How can this be done with systemd

2014-01-25 Thread Roelof Wobben
Hello, I try to port systemd to a live distro. The biggest problem is that they work with modules. So before the start up can be processed all the modules needs to be packed out and copied to memory. The script for that is this : #!/bin/bash# Activate a module, while running LiveCD.# Inc