]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: clarify overriding semantics of systemd-gpt-auto-generator
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Jun 2015 09:48:24 +0000 (11:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Jun 2015 09:49:26 +0000 (11:49 +0200)
Specifically: /etc/fstab overrides the units itself, but not the deps.

See #168.

man/systemd-gpt-auto-generator.xml

index 16ff100d731734af99cdaa0cab26515e011976e8..d3e02d6f7b6904ef1be1b795e9548ae13515745d 100644 (file)
     <filename>/home</filename>, <filename>/srv</filename> and swap
     partitions and creates mount and swap units for them, based on the
     partition type GUIDs of GUID partition tables (GPT). It implements
-    the
-    <ulink url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
+    the <ulink
+    url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
     Partitions Specification</ulink>. Note that this generator has no
-    effect on non-GPT systems, on systems where the units are
-    explicitly configured (for example, listed in
-    <citerefentry project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
-    or where the mount points are non-empty.</para>
+    effect on non-GPT systems, or where the directories under the
+    mount points are already non-empty. Also, on systems where the
+    units are explicitly configured (for example, listed in
+    <citerefentry
+    project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
+    the units this generator creates are overriden, but additional
+    automatic dependencies might be created.</para>
 
     <para>This generator will only look for root partitions on the
     same physical disk the EFI System Partition (ESP) is located on.