]> git.ipfire.org Git - thirdparty/systemd.git/commit
fsck,quotacheck: drop support for traditional /forcefsck, /fastboot, and /forcequotac...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 20 Apr 2025 21:05:10 +0000 (06:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Jul 2025 20:47:38 +0000 (05:47 +0900)
commitd3445ec416d26fb4fc9fd2bac84d850eac4a98d9
tree3861925b4b83213df33ad44a66ea2c5c9595e141
parent14ce99aefcdadb15993c5dbdf8e1fe1392f91e96
fsck,quotacheck: drop support for traditional /forcefsck, /fastboot, and /forcequotacheck files

Instead, please use the kernel command line options with the same name.

I am not sure these files are System V complieant or not, but at least
they are very traditional way to control fsck or quotacheck.
However, the concept of the files are really broken, especially for
fsck. As when we want to fsck the root filesystem, we need to access the
filessystem, but it may be broken...

Let's drop such traditional ways to control fsck and quotacheck.
We already support kernel command line options to control the behaviors.
Maybe, also it is better to provide ways to control them by credentials.
src/fsck/fsck.c
src/quotacheck/quotacheck.c
tmpfiles.d/legacy.conf.in