diff options
author | 2015-02-19 13:10:18 +0100 | |
---|---|---|
committer | 2015-02-19 13:25:54 +0100 | |
commit | ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d (patch) | |
tree | 394ed26a1e1058f53c0b7ee4231d3620ac834e91 /man/machinectl.xml | |
parent | nspawn: chown basic device nodes to userns root (diff) | |
download | systemd-ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d.tar.gz systemd-ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d.tar.bz2 systemd-ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d.zip |
man: add newlines to the pull-raw example in machinectl(1)
They were removed in commit 798d3a52 ("Reindent man pages to 2ch").
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 9b07af422..640cb8b7d 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -715,11 +715,12 @@ <title>Download a Fedora image, set a root password in it, start it as service</title> - <programlisting># 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 # passwd # - exit # machinectl start Fedora-Cloud-Base-20141203-21 # - machinectl login Fedora-Cloud-Base-20141203-21</programlisting> + <programlisting># 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 +# passwd +# exit +# machinectl start Fedora-Cloud-Base-20141203-21 +# machinectl login Fedora-Cloud-Base-20141203-21</programlisting> <para>This downloads the specified <filename>.raw</filename> image with verification disabled. Then a shell is opened in it |