diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-14 09:44:39 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-21 12:26:35 +0100 |
commit | db81144428d7af1b10eb332dde9708e8d136ebe1 (patch) | |
tree | abbc20abaab4bf13898b23a781e62817bb541fbb /man/systemd-dissect.xml | |
parent | tmpfiles: log at info level when some allowed failures occur (diff) | |
download | systemd-db81144428d7af1b10eb332dde9708e8d136ebe1.tar.xz systemd-db81144428d7af1b10eb332dde9708e8d136ebe1.zip |
tree-wide: BLS and DPS are now on uapi-group website
Diffstat (limited to 'man/systemd-dissect.xml')
-rw-r--r-- | man/systemd-dissect.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index b940408267..2eb8972fee 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -74,7 +74,7 @@ <orderedlist> <listitem><para>OS disk images containing a GPT partition table envelope, with partitions marked - according to the <ulink url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions + according to the <ulink url="https://uapi-group.org/specifications/specs/discoverable_partitions_specification">Discoverable Partitions Specification</ulink>.</para></listitem> <listitem><para>OS disk images containing just a plain file-system without an enveloping partition @@ -115,7 +115,7 @@ <listitem><para>Mount the specified OS image to the specified directory. This will dissect the image, determine the OS root file system — as well as possibly other partitions — and mount them to the specified directory. If the OS image contains multiple partitions marked with the <ulink - url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink> + url="https://uapi-group.org/specifications/specs/discoverable_partitions_specification">Discoverable Partitions Specification</ulink> multiple nested mounts are established. This command expects two arguments: a path to an image file and a path to a directory where to mount the image.</para> @@ -270,7 +270,7 @@ <option>--mount</option> or <option>--copy-to</option>) the file systems contained in the OS image are automatically grown to their partition sizes, if bit 59 in the GPT partition flags is set for partition types that are defined by the <ulink - url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>. This + url="https://uapi-group.org/specifications/specs/discoverable_partitions_specification">Discoverable Partitions Specification</ulink>. This behavior may be switched off using <option>--growfs=no</option>. File systems are grown automatically on access if all of the following conditions are met:</para> <orderedlist> @@ -322,7 +322,7 @@ <option>--verity-data=</option> specifies a path to a file with the Verity data to use for the OS image, in case it is stored in a detached file. It is recommended to embed the Verity data directly in the image, using the Verity mechanisms in the <ulink - url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>. + url="https://uapi-group.org/specifications/specs/discoverable_partitions_specification">Discoverable Partitions Specification</ulink>. </para></listitem> </varlistentry> @@ -356,7 +356,7 @@ <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <ulink url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>, + <ulink url="https://uapi-group.org/specifications/specs/discoverable_partitions_specification">Discoverable Partitions Specification</ulink>, <citerefentry project='man-pages'><refentrytitle>umount</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>fdisk</refentrytitle><manvolnum>8</manvolnum></citerefentry> </para> |