Re: [systemd-devel] howto migrate some things to systemd

2011-04-17 Thread Kajikawa Jeremy
I believe you can pre-set the systemd configuration for the target system, build and install systemd as you would anything else... but configure systemd to run with a read-only fs and deliberately "mount -t tmpfs -o size=128MB" to provide some read-write space is what I would think to do...

[systemd-devel] howto migrate some things to systemd

2011-04-17 Thread Michael Olbrich
Hi, I'm trying to migrate some stuff to systemd, but I have some problems getting it right. The scenario: I'm cross-building root file systems. I try to do as much as possible on the host system, but there is some stuff that needs to run on the target when booting for the first time. I'm not sure