From: Luca Boccassi Date: Thu, 18 Sep 2025 19:46:39 +0000 (+0100) Subject: units: add missing Documentation= X-Git-Tag: v259-rc1~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defa0148b8fa6167db8297ecace99be90a1ed3e3;p=thirdparty%2Fsystemd.git units: add missing Documentation= The initrd units are described in the graphs in the bootup manpage, so use that one for them. --- diff --git a/units/initrd-cleanup.service b/units/initrd-cleanup.service index cfe7b4cb024..a18b2dd105e 100644 --- a/units/initrd-cleanup.service +++ b/units/initrd-cleanup.service @@ -9,6 +9,7 @@ [Unit] Description=Cleaning Up and Shutting Down Daemons +Documentation=man:bootup(7) DefaultDependencies=no AssertPathExists=/etc/initrd-release OnFailure=emergency.target diff --git a/units/initrd-parse-etc.service.in b/units/initrd-parse-etc.service.in index 69a91d5b9a2..651a8db16e1 100644 --- a/units/initrd-parse-etc.service.in +++ b/units/initrd-parse-etc.service.in @@ -9,6 +9,7 @@ [Unit] Description=Mountpoints Configured in the Real Root +Documentation=man:bootup(7) AssertPathExists=/etc/initrd-release DefaultDependencies=no diff --git a/units/initrd-switch-root.service b/units/initrd-switch-root.service index f81b47871e5..290ae72b619 100644 --- a/units/initrd-switch-root.service +++ b/units/initrd-switch-root.service @@ -9,6 +9,7 @@ [Unit] Description=Switch Root +Documentation=man:bootup(7) AssertPathExists=/etc/initrd-release diff --git a/units/initrd-switch-root.target b/units/initrd-switch-root.target index 1e32ec57dd5..deb50145df6 100644 --- a/units/initrd-switch-root.target +++ b/units/initrd-switch-root.target @@ -9,6 +9,7 @@ [Unit] Description=Switch Root +Documentation=man:bootup(7) AssertPathExists=/etc/initrd-release DefaultDependencies=no Wants=initrd-switch-root.service diff --git a/units/initrd-udevadm-cleanup-db.service b/units/initrd-udevadm-cleanup-db.service index b53d1f130aa..f506c2299e5 100644 --- a/units/initrd-udevadm-cleanup-db.service +++ b/units/initrd-udevadm-cleanup-db.service @@ -9,6 +9,7 @@ [Unit] Description=Cleanup udev Database +Documentation=man:bootup(7) DefaultDependencies=no AssertPathExists=/etc/initrd-release Conflicts=systemd-udevd.service systemd-udev-trigger.service systemd-udev-settle.service diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index ec8c5da910c..a7cf4d3a87e 100644 --- a/units/kmod-static-nodes.service.in +++ b/units/kmod-static-nodes.service.in @@ -9,6 +9,7 @@ [Unit] Description=Create List of Static Device Nodes +Documentation=man:kmod(8) DefaultDependencies=no Before=sysinit.target systemd-tmpfiles-setup-dev-early.service ConditionCapability=CAP_SYS_MODULE