summaryrefslogtreecommitdiff
path: root/man/machinectl.xml
diff options
context:
space:
mode:
authorRadostin Stoyanov <rst0git@users.noreply.github.com>2018-04-03 04:06:53 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-04-03 12:06:53 +0900
commitfcc7ce4c8e68b0eaef2db1649d1b40ad54f8dc9c (patch)
tree5d12157dda41d709279fb2c3ecc446a63ff82f8a /man/machinectl.xml
parent61f1196085b5c4a837870e66500f925e1dd93228 (diff)
downloadsystemd-fcc7ce4c8e68b0eaef2db1649d1b40ad54f8dc9c.tar.gz
man: machinectl: update fedora exmple URL (#8642)
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r--man/machinectl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml
index 1adebf5da0..7bc9ee208e 100644
--- a/man/machinectl.xml
+++ b/man/machinectl.xml
@@ -999,12 +999,12 @@
<title>Download a Fedora image, set a root password in it, start
it as service</title>
- <programlisting># machinectl pull-raw --verify=no https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-23-20151030.x86_64.raw.xz
-# systemd-nspawn -M Fedora-Cloud-Base-23-20151030
+ <programlisting># machinectl pull-raw --verify=no https://dl.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.raw.xz
+# systemd-nspawn -M Fedora-Cloud-Base-27-1.6.x86_64
# passwd
# exit
-# machinectl start Fedora-Cloud-Base-23-20151030
-# machinectl login Fedora-Cloud-Base-23-20151030</programlisting>
+# machinectl start Fedora-Cloud-Base-27-1.6.x86_64
+# machinectl login Fedora-Cloud-Base-27-1.6.x86_64</programlisting>
<para>This downloads the specified <filename>.raw</filename>
image with verification disabled. Then, a shell is opened in it