Heya,
I have documented the initrd interface of systemd, i.e. how Dracut and
systemd communicate:
http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface
Please have a look.
Instead of reimplementing this in your initrd please consider simply
adopting dracut instead!
Thanks!
Lennart
Heya,
it's not directly related to systemd, but I nonetheless would like to
point you to this wiki page I put together, since I figure a lot of
those who this might be interesting to are on this ML:
http://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge
Lennart
--
Lennart Poett
On Thu, Jan 26, 2012 at 1:01 PM, Michal Schmidt wrote:
> Fixed in commit da375869.
I can confirm that this fixes the problem. Thanks Michal!
Tom
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/lis
Tom Gundersen wrote:
> It seems this was caused by:
>
> commit 9ddc4a26e56b06cd7774a03597980351855d8d54
> Author: Michal Schmidt
> Date: Fri Jan 13 23:55:28 2012 +0100
>
> mount: fix quota
>
> quotacheck.service and quotaon.service were not pulled in for
> fstab mounts.
> Fix