chiark / gitweb /
mount/service: drop FsckPassNo support
authorTom Gundersen <teg@jklm.no>
Sat, 5 Oct 2013 15:28:09 +0000 (17:28 +0200)
committerTom Gundersen <teg@jklm.no>
Sat, 19 Oct 2013 10:23:17 +0000 (12:23 +0200)
commitaccdd018ede77ef1c057775396c18c73406cbcb4
treedc4aa98c325c85b9662e8eec3fcf92ae4362e765
parent4952a9beff339b75641a7a84c226c11d6bd680c4
mount/service: drop FsckPassNo support

We now treat passno as boleans in the generators, and don't need this any more. fsck itself
is able to sequentialize checks on the same local media, so in the common case the ordering
is redundant.

It is still possible to force an order by using .d fragments, in case that is desired.
TODO
man/systemd.mount.xml
man/systemd.service.xml
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/mount.c
src/core/mount.h
src/core/service.c
src/core/service.h