diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-02-27 09:39:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-03-01 22:29:07 +0100 |
commit | fd571c9df0ba86636401582c4ea0a8cb608e1216 (patch) | |
tree | e097226f7de87c2429a5421357f8974a99366074 /man/systemd-importd.service.xml | |
parent | importd: add command to list downloaded images (diff) | |
download | systemd-fd571c9df0ba86636401582c4ea0a8cb608e1216.tar.xz systemd-fd571c9df0ba86636401582c4ea0a8cb608e1216.zip |
man: document new importctl/importd functionality
This also replaces the Fedora download example with another one from
Ubuntu, since Fedora's images these days no longer qualify as DDIs, they
have no distinctive partition type UUIDs set for multiple of their
partitions, hence the images cannot be booted. A bit sad. Let's provide
a command that just works in its place.
Diffstat (limited to 'man/systemd-importd.service.xml')
-rw-r--r-- | man/systemd-importd.service.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd-importd.service.xml b/man/systemd-importd.service.xml index 7e617cfc67..dfeaff4fd7 100644 --- a/man/systemd-importd.service.xml +++ b/man/systemd-importd.service.xml @@ -29,12 +29,12 @@ <refsect1> <title>Description</title> - <para><command>systemd-importd</command> is a system service that allows importing, exporting and downloading of - system images suitable for running as VM or containers. It is a companion service for - <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and provides the implementation for - <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s + <para><command>systemd-importd</command> is a system service that allows importing, exporting and + downloading of disk images. It provides the implementation for + <citerefentry><refentrytitle>importctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>, - <command>import-tar</command>, <command>import-fs</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para> + <command>import-tar</command>, <command>import-fs</command>, <command>export-raw</command>, and + <command>export-tar</command> commands.</para> <para>See <citerefentry><refentrytitle>org.freedesktop.import1</refentrytitle><manvolnum>5</manvolnum></citerefentry> @@ -47,7 +47,7 @@ <title>See Also</title> <para><simplelist type="inline"> <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> - <member><citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> + <member><citerefentry><refentrytitle>importctl</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> <member><citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry></member> <member><citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> </simplelist></para> |