[systemd-devel] [PATCH 0/3] avoid running fsck twice

Harald Hoyer harald.hoyer at gmail.com
Tue May 5 01:51:53 PDT 2015


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.



More information about the systemd-devel mailing list