1
0
mirror of https://github.com/systemd/systemd synced 2026-03-10 15:14:58 +01:00

Compare commits

...

4 Commits

Author SHA1 Message Date
wouter bolsterlee
a1f782e44c Update docs about fdisk/gdisk support for discoverable partitions
This updates the docs about using fdisk/gdisk to make partitions with the right
partition type UUID as defined in the discoverable partitions spec.

Improve wording/grammar/formatting, and reflect that gdisk supports this as
well nowadays; see https://www.rodsbooks.com/gdisk/revisions.html
2021-02-21 19:40:14 +00:00
Benjamin Robin
086c9fbc03 man: Small fix of sd_bus_message_send() man page 2021-02-21 20:26:51 +01:00
Tyler Hicks
e4d54220a1 man: correct the unit file directory for attached images
Commit 83f72cd65fb8 ("man,docs: document the new unit file directory for
attached images") updated the docs and man page with the new unit file
directory for attached images but included a system.attached ->
systemd.attached typo in the man page portion of the change. Fix the
typo to document the correct path.
2021-02-21 19:19:18 +00:00
Yu Watanabe
5e63f2915b man: fix typo 2021-02-21 19:20:47 +01:00
4 changed files with 14 additions and 12 deletions

View File

@ -225,10 +225,12 @@ appliance-like installations.
### What partitioning tools will create a DPS-compliant partition table? ### What partitioning tools will create a DPS-compliant partition table?
As of util-linux 2.25.2, the fdisk tool provides type codes to create the root, As of util-linux 2.25.2, the `fdisk` tool provides type codes to create the
home, and swap partitions that the DPS expects, but the gdisk tool (version root, home, and swap partitions that the DPS expects, By default, `fdisk` will
0.8.10) and its variants do not support creation of a root file system with a create an old-style MBR, not a GPT, so typing `l` to list partition types will
matching type code. By default, fdisk will create an old-style MBR, not a GPT, not show the choices to let you set the correct UUID. Make sure to first create
so typing 'l' to list partition types will not show the choices that the root an empty GPT, then type `l` in order for the DPS-compliant type codes to be
partition with the correct UUID. You must first create an empty GPT and then available.
type 'l' in order for the DPS-compliant type codes to be available.
The `gdisk` tool (from version 1.0.5 onward) and its variants (`sgdisk`,
`cgdisk`) also support creation of partitions with a matching type code.

View File

@ -84,8 +84,8 @@
be invoked to write out any queued message data to the transport.</para> be invoked to write out any queued message data to the transport.</para>
<para><function>sd_bus_message_send()</function> is the same as <function>sd_bus_send()</function> but <para><function>sd_bus_message_send()</function> is the same as <function>sd_bus_send()</function> but
without the first and last argument. It's equivalent to without the first and last argument. <function>sd_bus_message_send(m)</function> is equivalent to
<function>sd_bus_message_send(sd_bus_message_get_bus(m), m, NULL)</function>.</para> <function>sd_bus_send(sd_bus_message_get_bus(m), m, NULL)</function>.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>

View File

@ -98,7 +98,7 @@
<varlistentry> <varlistentry>
<term><constant>-EPERM</constant></term> <term><constant>-EPERM</constant></term>
<listitem><para>The bus connection has aleady been started.</para></listitem> <listitem><para>The bus connection has already been started.</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</refsect2> </refsect2>

View File

@ -45,9 +45,9 @@
<filename>/run/systemd/transient/*</filename> <filename>/run/systemd/transient/*</filename>
<filename>/run/systemd/generator.early/*</filename> <filename>/run/systemd/generator.early/*</filename>
<filename>/etc/systemd/system/*</filename> <filename>/etc/systemd/system/*</filename>
<filename>/etc/systemd/systemd.attached/*</filename> <filename>/etc/systemd/system.attached/*</filename>
<filename>/run/systemd/system/*</filename> <filename>/run/systemd/system/*</filename>
<filename>/run/systemd/systemd.attached/*</filename> <filename>/run/systemd/system.attached/*</filename>
<filename>/run/systemd/generator/*</filename> <filename>/run/systemd/generator/*</filename>
<filename index='false'></filename> <filename index='false'></filename>
<filename>/usr/lib/systemd/system/*</filename> <filename>/usr/lib/systemd/system/*</filename>