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

Roelof Wobben rwobben at hotmail.com
Sat Jan 25 07:12:27 PST 2014


 
> Date: Sat, 25 Jan 2014 16:05:29 +0100
> From: zbyszek at in.waw.pl
> To: rwobben at hotmail.com
> CC: systemd-devel at lists.freedesktop.org
> Subject: Re: [systemd-devel] How can this be done with systemd
> 
> On Sat, Jan 25, 2014 at 09:29:18AM +0000, 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-load.service(8) will load the modules, but of course
> won't unpack them. You'll have to do it yourself. Probably adding
> a separate .service with DefaultDependencies=no, Before=systemd-modules-load.service,
> and installed as wanted by systemd-modules-load.service which
> unpacks the modules is the way to do it.
> 
> Zbyszek  Thanks, Is there a example of doing this. I never did this and  have no idea how this works in real.  Roelof
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20140125/f44be7b0/attachment.html>


More information about the systemd-devel mailing list