diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-04-07 10:57:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-04-21 18:32:29 +0200 |
commit | 2b66f48e4ed86c65113730a4433acdb8b888b470 (patch) | |
tree | 8bdf4072921ce524adc18c82f865c721be86b07d /catalog | |
parent | Merge pull request #19362 from yuwata/network-dhcp6-pd-log-19354 (diff) | |
download | systemd-2b66f48e4ed86c65113730a4433acdb8b888b470.tar.xz systemd-2b66f48e4ed86c65113730a4433acdb8b888b470.zip |
generator: write out special systemd-fsck-usr.service
So far all file systems where checked by instances of
systemd-fsck@.service, with the exception of the root fs which was
covered by systemd-fsck-root.service. The special handling is necessary
to deal with ordering issues: we typically want the root fs to be
checked before all others, and — weirdly — allow mounting it before the
fsck done (for compat with initrd-less boots).
This adds similar special handling for /usr: if the hierarchy is placed
on a separate file system check it with a special
systemd-fsck-usr.service instead of a regular sysemd-fsck@.service
instance. Reason is again ordering: we want to allow mounting of /usr
without the root fs already being around in the initrd, to cover for
cases where the root fs is created on first boot and thus cannot be
mounted/checked before /usr.
Diffstat (limited to 'catalog')
0 files changed, 0 insertions, 0 deletions