On 02.05.2015 19:16, Zbigniew Jędrzejewski-Szmek wrote:
> This is an attempt to fix the issue with fsck running twice. Patch 3/3 is
> the only important one, the other two are nice-to-have.
> 
> dracut configuration also has to be modified to include /bin/touch.
> I'll work on a patch for that later.

instead of
$ /bin/touch file
use
$ > file
No need for a fork() to create an empty marker file.

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to