From: Lennart Poettering Date: Sat, 20 Feb 2016 22:45:19 +0000 (+0100) Subject: man: update references to fedora cloud image X-Git-Tag: v230~328^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f479d3baa74d99f3caeb14569fa588e0b7ff67fc;p=thirdparty%2Fsystemd.git man: update references to fedora cloud image We are now at F23, hence let's use that as example. --- diff --git a/man/machinectl.xml b/man/machinectl.xml index 0e07c201bdb..8d65155d9eb 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -933,12 +933,12 @@ Download a Fedora image, set a root password in it, start it as service - # machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz -# systemd-nspawn -M Fedora-Cloud-Base-20141203-21 + # machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/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 # passwd # exit -# machinectl start Fedora-Cloud-Base-20141203-21 -# machinectl login Fedora-Cloud-Base-20141203-21 +# machinectl start Fedora-Cloud-Base-23-20151030 +# machinectl login Fedora-Cloud-Base-23-20151030 This downloads the specified .raw image with verification disabled. Then, a shell is opened in it