diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-12 17:29:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-12 17:30:25 +0100 |
commit | 667993e88eb7519c6674fe9a9e985619817465e0 (patch) | |
tree | 0520bbf8e87f7de4e6dc0a9e1fa3655fd17fd0e7 /man/systemd-nspawn.xml | |
parent | b9ba4dabbab8a58a044ec42655e11e65bd3ecc47 (diff) |
man: fedora 21 has been release, suggest 21 as fedora version in example yum command line
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index d7d60e52c2..fdb0c298b0 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -780,7 +780,7 @@ <example> <title>Boot a minimal Fedora distribution in a container</title> - <programlisting># yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal + <programlisting># yum -y --releasever=21 --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 |