diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-20 15:52:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-03 15:30:28 +0100 |
commit | 9b69569d2cc5b7a5a2b6753f53fab120b3610725 (patch) | |
tree | 681a0d335b102dcaa2bfe1a13cc29fbe283cac12 /man/systemd-remount-fs.service.xml | |
parent | 2572957e45ee8ac9cf0f91e2fc3fd4d86ff9fa30 (diff) | |
download | systemd-9b69569d2cc5b7a5a2b6753f53fab120b3610725.tar.gz |
Pull in systemd-remount-fs.service only when required
Instead of enabling it unconditionally and then using ConditionPathExists=/etc/fstab,
and possibly masking this condition if it should be enabled for auto gpt stuff,
just pull it in explicitly when required.
Diffstat (limited to 'man/systemd-remount-fs.service.xml')
-rw-r--r-- | man/systemd-remount-fs.service.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index 988a617406..0c1562142f 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -50,6 +50,13 @@ <para>For a longer discussion of kernel API file systems see <ulink url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API File Systems</ulink>.</para> + + <para>Note: <filename>systemd-remount-fs.service</filename> is usually pulled in by + <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>, + hence it is also affected by the kernel command line option <varname>fstab=</varname>, which may be used + to disable the generator. It may also pulled in by + <citerefentry><refentrytitle>systemd-gpt-auto-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>, + which is affected by <varname>systemd.gpt_auto</varname> and other options.</para> </refsect1> <refsect1> @@ -57,7 +64,9 @@ <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> + <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd-gpt-auto-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry> </para> </refsect1> |