diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-22 20:28:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-22 20:28:50 +0200 |
commit | c9fc270e462bf2f4eab963bf71234d64b0c4c30f (patch) | |
tree | 10856f8278138f3bd399bd058cc640617b5fc78d /man | |
parent | b8c89d3c4255e1f2ad9bf49eabe89d50c419783e (diff) | |
parent | b8b9d8f5e509c991692159fd1776f5b33507bb8c (diff) |
Merge pull request #1646 from keszybz/man-dnf-install
dnf install command update
Diffstat (limited to 'man')
-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 4b0e72113e..ddad762653 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -850,7 +850,7 @@ <example> <title>Build and boot a minimal Fedora distribution in a container</title> - <programlisting># dnf -y --releasever=21 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd dnf fedora-release vim-minimal + <programlisting># dnf -y --releasever=23 --installroot=/srv/mycontainer --disablerepo=* --enablerepo=fedora --enablerepo=updates install systemd passwd dnf fedora-release vim-minimal # systemd-nspawn -bD /srv/mycontainer</programlisting> <para>This installs a minimal Fedora distribution into the |