man: update suggested yum command line in nspawn(1)

This commit is contained in:
Lennart Poettering 2013-01-18 18:22:55 +01:00
parent 88d04e31ce
commit 2b3987a863

View file

@ -298,13 +298,13 @@
<refsect1>
<title>Example 1</title>
<programlisting># yum --releasever=17 --nogpgcheck --installroot ~/fedora-tree/ install yum passwd vim-minimal rootfiles systemd
# systemd-nspawn -D ~/fedora-tree /usr/lib/systemd/systemd</programlisting>
<programlisting># yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal
# systemd-nspawn -bD /srv/mycontainer</programlisting>
<para>This installs a minimal Fedora distribution into
the directory <filename>~/fedora-tree/</filename>
and then boots an OS in a namespace container in it,
with systemd as init system.</para>
the directory <filename>/srv/mycontainer/</filename> and
then boots an OS in a namespace container in
it.</para>
</refsect1>
<refsect1>