<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br> <BR><div>> Date: Sat, 25 Jan 2014 16:05:29 +0100<br>> From: zbyszek@in.waw.pl<br>> To: rwobben@hotmail.com<br>> CC: systemd-devel@lists.freedesktop.org<br>> Subject: Re: [systemd-devel] How can this be done with systemd<br>> <br>> On Sat, Jan 25, 2014 at 09:29:18AM +0000, Roelof Wobben wrote:<br>> > Hello, <br>> >  <br>> > I try to port systemd to a live distro.<br>> > The biggest problem is that they work with modules. <br>> >  <br>> > So before the start up can be processed all the modules needs to <br>> > be packed out and copied to memory.<br>> systemd-modules-load.service(8) will load the modules, but of course<br>> won't unpack them. You'll have to do it yourself. Probably adding<br>> a separate .service with DefaultDependencies=no, Before=systemd-modules-load.service,<br>> and installed as wanted by systemd-modules-load.service which<br>> unpacks the modules is the way to do it.<br>> <br>> Zbyszek</div><div> </div><div> </div><div><div>Thanks, </div><div>Is there a example of doing this. </div><div>I never did this and  have no idea how this works in real. </div><div> </div><div>Roelof<br></div></div>                                          </div></body>
</html>