]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: machinectl: update fedora exmple URL (#8642)
authorRadostin Stoyanov <rst0git@users.noreply.github.com>
Tue, 3 Apr 2018 03:06:53 +0000 (04:06 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Apr 2018 03:06:53 +0000 (12:06 +0900)
man/machinectl.xml

index 1adebf5da0c1b7508b02b7a9ea7d67604312eae3..7bc9ee208e40a999ce70fe8b71e1733e9f23e61d 100644 (file)
       <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