Skip to content

Commit b12a67a

Browse files
anitazhayuwata
authored andcommitted
man: save pull-raw example file without underscores
Destination file needs to be a valid hostname and underscores are not valid hostname characters. Closes systemd#13542
1 parent 7792d9c commit b12a67a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

man/systemd-nspawn.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,8 +1348,9 @@
13481348
<ulink url="https://getfedora.org">Fedora</ulink> image and start a shell in it</title>
13491349

13501350
<programlisting># machinectl pull-raw --verify=no \
1351-
https://download.fedoraproject.org/pub/fedora/linux/releases/&fedora_latest_version;/Cloud/x86_64/images/Fedora-Cloud-Base-&fedora_latest_version;-&fedora_cloud_release;.x86_64.raw.xz
1352-
# systemd-nspawn -M Fedora-Cloud-Base-&fedora_latest_version;-&fedora_cloud_release;.x86_64</programlisting>
1351+
https://download.fedoraproject.org/pub/fedora/linux/releases/&fedora_latest_version;/Cloud/x86_64/images/Fedora-Cloud-Base-&fedora_latest_version;-&fedora_cloud_release;.x86_64.raw.xz \
1352+
Fedora-Cloud-Base-&fedora_latest_version;-&fedora_cloud_release;.x86-64
1353+
# systemd-nspawn -M Fedora-Cloud-Base-&fedora_latest_version;-&fedora_cloud_release;.x86-64</programlisting>
13531354

13541355
<para>This downloads an image using
13551356
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>

0 commit comments

Comments
 (0)